Skip to content

Gulp plugin for `es6-template-strings` package. Compile and resolve template strings notation as specified in ES6.

License

Notifications You must be signed in to change notification settings

tunnckoCore/gulp-es6-template-strings

Repository files navigation

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

About

Gulp plugin for `es6-template-strings` package. Compile and resolve template strings notation as specified in ES6.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published