file contents:在文件对象上设置`contents`属性。 从vinyl fs提取以支持流或非流使用 源码
文件内容 在文件对象上设置contents属性。 从vinyl-fs提取以支持流或非流用法。 安装 使用安装: $ npm install --save file-contents 这是受 src的代码启发的。 我需要一个基本上执行相同操作但可以与流或非流代码一起使用的函数。 用法 var through = require ( 'through2' ) ; var contents = require ( 'file-contents' ) ; function toStream ( fp ) { var stream = through . obj ( ) ; stream . write ( { path : fp } ) ; stream . end ( ) ; return stream ; } toStream ( 'README.md' ) . pi
文件列表
file-contents-master.zip
(预估有个17文件)
file-contents-master
.travis.yml
197B
utils.js
3KB
index.js
2KB
test.js
9KB
package.json
2KB
.eslintrc.json
4KB
gulpfile.js
586B
LICENSE
1KB
example.js
306B
暂无评论