UNPKG

documon

Version:

A documentation system for mortals. Use with any language.

32 lines (16 loc) 672 B
# Installation Nothing special needs ot be done to run Documon, aside from ensuring that [Node](https://nodejs.org) is installed on your system. [ↆ Download Documon](https://www.documon.net/downloads/documon.zip) Download it, unzip it, then run it: cd "path/to/documon" node ./index.js "path/to/source/files" ### Project Installation with NPM 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"); ### See Also - [Options](more.options) - [Examples](more.examples)