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
下载地址
用户评论