1.1.0 • Published 9 years ago

apidoc-almond v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

apidoc-almond

Build Status Coverage Status NPM version

This a simple wrapper to optimize apidoc output with almond.js.

All arguments are passed to apidoc unless --no-apidoc is specified. This allows the script to work as a wrapper (default) or simply a post-processor.

Installation

Install the same way you install apidoc:

npm install -g apidoc-almond

or add them both to your package.json and:

npm install

Usage

apidoc-almond -i app/ -o docs/

Or, if you want to run apidoc separately first...

apidoc -o docs/ ...
apidoc-almond -o docs/ --no-apidoc
1.1.0

9 years ago

1.0.0

9 years ago

0.0.3

9 years ago