Documentation generator for Capitano projects
The intention of this module is to generate documentation, by extracting information from specific fields found in a typical Capitano command.
Install capitanodoc
by running:
$ npm install --save capitanodoc
If you're having any problem, please raise an issue on GitHub and the Resin.io team will be happy to help.
Run the test suite by doing:
$ gulp test
- Issue Tracker: github.com/resin-io/capitanodoc/issues
- Source Code: github.com/resin-io/capitanodoc
Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning:
$ gulp lint
The project is licensed under the MIT license.