-
gulp-json-editor是一款用于编辑JSON对象的gulp插件
资源介绍
gulp-json-编辑器
gulp-json-editor是用于编辑JSON对象的插件。
用法
var jeditor = require ( "gulp-json-editor" ) ;
/*
edit JSON object by merging with user specific object
*/
gulp . src ( "./manifest.json" )
. pipe ( jeditor ( {
'version' : '1.2.3'
} ) )
. pipe ( gulp . dest ( "./dest" ) ) ;
/*
edit JSO
- 上一篇: node_modules\gulp-rev-collector\index.js
- 下一篇:没有了