8000 GitHub - let4be/gulp-toml: Gulp plugin for processing toml
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

let4be/gulp-toml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gulp plugin for processing toml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0