smravi / docco-plus

JavaScript Documentation Plugin
MIT License
2 stars 4 forks source link

Build Status Code Climate Coverage Status Documentation

Dependency Status devDependency Status peerDependency Status

docco-plus

docco-plus is an extension to docco with support for multiple folders and same file name with different extensions.

How to use

Installation and Setup

Install docco-plus globally using the command


sudo npm install -g docco-plus

Usage


docco-plus [options] FILES

FILES can be a list of files or a glob pattern. When passing glob pattern make sure that they are enclosed by quotes.

Options:

Options available for docco-plus are listed below, These options do the same thing as docco options. In fact, they are passed as-is to the docco processor. Refer the Docco documentation on more details about these options.