文件名称:gulp-phpdox:用于 Gulp 的 PHPDox 插件
文件大小:11KB
文件格式:ZIP
更新时间:2024-08-01 00:27:43
JavaScript
gulp-phpdox 用于 gulp 3 的 PHPDox 插件 用法 首先,安装gulp-phpdox作为开发依赖: npm install --save-dev gulp-phpdox 然后,将其添加到您的gulpfile.js : var phpdox = require ( 'gulp-phpdox' ) ; // option 1: default format gulp . task ( 'phpdox' , function ( ) { gulp . src ( 'phpdox' ) . pipe ( phpdox ( ) ) ; } ) ; // option 2: with defined bin gulp . task ( 'phpdox' , function ( ) { gulp . src ( 'phpdox' ) . pipe ( phpdox
【文件预览】:
gulp-phpdox-master
----.travis.yml(49B)
----index.js(1KB)
----package.json(929B)
----test()
--------test.js(749B)
----assets()
--------test-fail.png(4KB)
--------test-done.png(3KB)
----LICENSE.md(1KB)
----.gitignore(32B)
----README.md(2KB)
----.jshintrc(523B)