Crates.io | typedoc_json_to_md |
lib.rs | typedoc_json_to_md |
version | 0.3.3 |
source | src |
created_at | 2024-06-02 08:46:56.364293 |
updated_at | 2024-06-03 14:24:21.309383 |
description | Converts TypeDoc JSON generated by typedoc-json-parser to Markdown |
homepage | |
repository | https://github.com/devramsean0/tjp-to-md |
max_upload_size | |
id | 1259076 |
size | 32,080 |
A CLI tool to take the markdown generated by Typedoc JSON Parser and turn it into Markdown Files
The CLI can be configured by placing a tjp_to_md.toml
file into the root of the fiolder where the parsing will happen.
This should look like:
input_dir= "<your input directory>"
output_dir = "<your output directory>"
max_threads = 5
regen_all = false
Alternatively, you can run tjp-to-md gen_config
This project is licensed under MIT :)