gulp-pac-csv2json
v1.0.1
Published
A gulp plugin to generate json file from a formatted csv file
Downloads
3
Readme
gulp-pac-csv2json
Options
gulp.src('./package.json')
.pipe(paccsv2json({
filePath: '',
dest: 'assets/',
output: 'result.json',
delColumn: [],
addColumn: [],
delRow: []
}));