docscript

0.0.10 • Public • Published

docscript

Join the chat at https://gitter.im/docscript/docscript

Build Status

A documentation generator for TypeScript projects.

See example

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!

Usage

npm i -g docscript
docscript generate --deepForeign

.docscript.json

To generate the doc you need to have .docscript.json at the root of your project. Sample content:

{
    "package": "docscript"
}

Package Sidebar

Install

npm i docscript

Weekly Downloads

2

Version

0.0.10

License

MIT

Last publish

Collaborators

  • panferov-s