在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jsBoot/gulp-docco开源软件地址(OpenSource Url):https://github.com/jsBoot/gulp-docco开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):gulp-docco (a.k.a "Gulco citron")
WARNINGThis is an early release - if you find bugs, please say so. TL;DRInstall npm install --save-dev gulp-docco Then, add it to your var docco = require("gulp-docco");
gulp.src("./src/*.js")
.pipe(docco())
.pipe(gulp.dest('./documentation-output')) That's it. APIoptionsAdditionally, we support passing an options object following the docco syntax: var docco = require("gulp-docco");
gulp.src("./src/*.js")
.pipe(docco(options))
.pipe(gulp.dest('./documentation-output')) Mainly of interest are the various embedded layouts (parallel, linear, classic), and custom template support. Caveats?We bypass some of docco internals in order to prevent it from manipulating files on its own - if something is broken, say so! License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论