gulp-toml

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-toml

Weekly Downloads

55

Version

0.2.0

License

MIT

Unpacked Size

5.82 kB

Total Files

9

Last publish

Collaborators

  • willscripted