1.0.0 • Published 3 years ago

gulp-vdt v1.0.0

Weekly downloads
22
License
-
Repository
github
Last release
3 years ago

gulp-vdt

A plugin of gulp for compiling vdt template.

Usage

var gulp = require('gulp'),
    vdt = require('gulp-vdt');

gulp.task('build', function() {
    return gulp.src('tpl/**/*.vdt')
        .pipe(vdt())
        .pipe(gulp.dest('tpl'));
});

vdt(options)

  • options.delimiters = ['{', '}'] Sepcify the delimiters of vdt.
  • options.moduleName = 'intact' Sepcify the module that imports helpers from
1.0.0

3 years ago

0.2.1

5 years ago

0.2.0

6 years ago

0.1.0

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

9 years ago