gulp-jeml

0.0.2 • Public • Published

gulp-jeml

Usage

var gulp = require('gulp');
var jeml = require('gulp-jeml');
var beautify = require('gulp-beautify');
 
gulp.task('transfer', function () {
    gulp.src('./dev/*.jeml')
        .pipe(jeml())
        .pipe(beautify({ indentSize: 4 }))
        .pipe(gulp.dest('./dev/'));
});

Dependents (1)

Package Sidebar

Install

npm i gulp-jeml

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • gyson