apidoc-almond

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i apidoc-almond

Weekly Downloads

0

Version

1.1.0

License

ISC

Last publish

Collaborators

  • rwstauner