documon
Version:
A documentation system for mortals. Use with any language.
32 lines (16 loc) • 672 B
Markdown
Nothing special needs ot be done to run Documon, aside from ensuring that [Node](https://nodejs.org) is installed on your system.
[&
Download it, unzip it, then run it:
cd "path/to/documon"
node ./index.js "path/to/source/files"
To incorporate Documon into your project / build system use:
cd "/your/project/path"
npm install documon
... this allows you to build documentation from within your project using:
var docs = require("documon");
docs("/path/to/src");
- [Options](more.options)
- [Examples](more.examples)