0.0.3 • Published 10 years ago

panthrdoc v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

This is a simple documentation generator intended for internal use in the PanthR project.

To use: npm install panthrdoc --save-dev then add something like:

"doc": "node ./node_modules/panthrdoc/run.js ."

in the scripts section of your package.json. You can then create the documentation by running npm run doc.

The first time you run this, a docs folder will be created if it doesn't exist and populated with a doc.css.

The folder name is hard-coded for now.

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago