crissdev / gulp-yaml

A Gulp plugin to convert YAML to JSON
MIT License
24 stars 7 forks source link

Add custom extension support #3

Closed learning closed 6 years ago

learning commented 9 years ago

Useage:

  gulp.src('path/to/file/**/*.yml')
    .pipe(yaml({ ext: '.js' }))
    .pipe(gulp.dest('dist/'));
ehmicky commented 6 years ago

This was cherry-picked in #8

ehmicky commented 6 years ago

This was merged in #8