kaylaitsines / gulp-pac-csv2json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-pac-csv2json

Options

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

About


Languages

Language:JavaScript 100.0%