0.1.0 • Published 8 years ago
doc-gen v0.1.0
Docgen
Static documentation generator for typescript, sass/scss & javascript packages.
- Installation
npm install -g doc-gen- Initialisation
Inside the project directory for the project you want to generate documentation run the
initcommand. This will create adocgen.jsonconfiguration file.
docgen init- Generating the static site
Once you've edited
docgen.jsonyou can generate the site and start a local server to preview it.
docgen generate
docgen serve --watch- Command line help
docgen -h
docgen help <command>Copyright/License
Copyright 2015 Robin Radic - MIT Licensed