gulp-git-staged:您可以在 git 上获取 git 暂存文件的对象流

时间:2024-06-23 12:41:57
【文件属性】:

文件名称:gulp-git-staged:您可以在 git 上获取 git 暂存文件的对象流

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-23 12:41:57

JavaScript

gulp-git-staged 您可以在 git 上获取 git 暂存文件的对象流。 去做 WIP:这个 gulp 插件正在进行中。 为这个插件添加更多测试。 用法 您可以在 git 上获取 git 暂存文件的对象流。 首先,安装gulp-git-staged作为开发依赖项: npm install --save-dev gulp-git-staged 然后,将其添加到您的gulpfile.js : var gitStaged = require ( "gulp-git-staged" ) ; gulp . src ( "./src/*.ext" ) . pipe ( gitStaged ( ) ) . on ( 'data' , function ( file ) { console . log ( "Staged file:" , file ) ; } )


【文件预览】:
gulp-git-staged-master
----.jshintrc(389B)
----.gitattributes(11B)
----.travis.yml(84B)
----LICENSE(1KB)
----test()
--------main.js(450B)
----README.md(1KB)
----.editorconfig(293B)
----.gitignore(46B)
----index.js(2KB)
----package.json(960B)

网友评论