0.2.0 • Published 6 years ago

gulp-toml v0.2.0

Weekly downloads
186
License
MIT
Repository
github
Last release
6 years ago

gulp-toml

Install

Install with npm

npm install --save-dev gulp-toml

Usage

var toml = require('gulp-toml'),
    json = JSON.stringify;

gulp.task('toml', function(){

  gulp.src()
    .pipe(toml({to: json, ext: '.json'})) // defaults
    .pipe(gulp.dest('./public/'));

});

Thanks

Thanks to @binaryMuse for toml-node. He did all the hard work.

License

MIT

0.2.0

6 years ago

0.1.2

7 years ago

0.1.1

9 years ago

0.1.0

10 years ago