gulp-tojson

0.1.1 • Public • Published

gulp-transform (WORK IN PROGRESS)

A gulp plugin for transforming data, e.g. CSV to JSON, TSV to CSV, etc.

Getting Started

Install the module with: npm install --save-dev gulp-transform

var transform = require('gulp-transform');
 
...
 
gulp.task('data', function() {
    return gulp.src('data/**/*.tsv')
        .pipe(transform().json())
        .pipe(gulp.dest('./build/data'));
});
 

License

Copyright (c) 2014 Matthew Conlen. Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-tojson

Weekly Downloads

1

Version

0.1.1

License

none

Last publish

Collaborators

  • dengzhao