docco-plus
docco-plus是什么
什么是docco-plus,Extending docco to work on multi-folder structures
docco-plus使用教程帮助文档
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.
-
-h
or--help
output usage information -
-V
or--version
output the version number -
-c [file]
or--css [file]
use a custom css file -
-h [string]
or--highlightStyle [string]
use a highlightjs theme style. Styles are detailed here -
-o [path]
or--output [path]
use a custom output path -
-L [file]
or--languages [file]
use a custom languages.json -
-t [path]
or--template [path]
use a custom jst template file -
-m [file]
or--marked [file]
use custom marked options -
-i [file]
or--index [file]
the file to be documented as the landing file for the documentation
本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处。
转载请注明:文章转载自 JavaScript中文网 [https://www.javascriptcn.com]
本文地址:https://www.javascriptcn.com/read-44880.html
文章标题:docco-plus