A documentation generator for TypeScript projects.
DocScript is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working properly, file an issue or submit a pull request!
npm i -g docscript
docscript generate --deepForeign
To generate the doc you need to have .docscript.json at the root of your project.
Sample content:
{
"package": "docscript"
}