npm.io
1.0.1 • Published 10 years ago

gulp-pac-csv2json

Licence
ISC
Version
1.0.1
Deps
4
Vulns
0
Weekly
0

gulp-pac-csv2json

Options

  gulp.src('./package.json')
    .pipe(paccsv2json({
      filePath:    '',
      dest:        'assets/',
      output:      'result.json',
      delColumn:   [],
      addColumn:   [],
      delRow:      []
    }));