gulp-es6-template-strings

1.0.1 • Public • Published

Gulp plugin for es6-template-strings - compile and resolve template strings notation as specified in ES6.

code climate standard code style travis build status coverage status dependency status

Install

npm i gulp-es6-template-strings --save

Usage

For more use-cases see the tests

var gulp = require('gulp')
var template = require('gulp-es6-template-strings')

gulp.src('./src/*.{html,txt}')
  .pipe(template({name: 'Charlike'}))
  .pipe(gulp.dest('./dist'))

Related

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github

Dependents (1)

Package Sidebar

Install

npm i gulp-es6-template-strings

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vanchoy
  • tunnckocore