doc-gen
v0.1.0
Published
Docgen ==============
Downloads
2
Readme
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
init
command. This will create adocgen.json
configuration file.
docgen init
- Generating the static site
Once you've edited
docgen.json
you 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