typedoc-transformer
v0.0.1
Published
Transform typedoc JSON
Downloads
2
Readme
typedoc-transformer
Tool for transforming typedoc json to other formats
Usage
Usage for converting to modified JSDoc/JSON API lovechild
1. Generate a config file
See config schema.
{
"manifest" : {
"title": "My docs site",
"intro": "Everything is awesome"
},
"projects": [
{
"src": "path/to/some/project"
}
],
"output": "out.json"
}
2. Run transform
tdt my-config.json