Skip to content

searchfe/gulp-json2php

Repository files navigation

使用方式

npm install --save-dev gulp-json2php

gulpfile.js 配置:

const json2php = require('gulp-json2php').json2php;

gulp.src('./handle-map.json')
  .pipe(json2php({funName: 'polyfillMap'}))
  .pipe(gulp.dest('json2php'));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published