jscs2doc
v1.1.1
Published
Convert .jscsrc (javascript code-style configuration) to a human readable format
Downloads
6
Maintainers
Readme
jscs2doc
Convert .jscsrc (javascript code-style configuration) to a human readable format.
npm
npm install jscs2doc -g
Usage
Usage: jscs2doc <command> [options]
Options:
-J, --jscs jscsrc file path [string] [default: "./.jscsrc"]
-O, --output HTML output file path [string] [default: "./README.html"]
-h, --help Show help [boolean]
--version Show version number [boolean]
Example
jscs2doc --jscs ./.jscsrc --output README.html && open README.html