gulp-j140

1.0.1 • Public • Published

gulp-j140 npmjs.com The MIT License

Gulp plugin for j140 - template engine in 140 bytes, by @jed Schmidt. Support helpers, partials and more.

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

Install

npm i gulp-j140 --save

Usage

For more use-cases see the tests

var gulp = require('gulp')
var j140 = require('gulp-j140')
 
gulp.src('./src/*.{html,txt,j140}')
  .pipe(j140({name: 'Charlike'}))
  .pipe(gulp.dest('./dest'))

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.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github

Package Sidebar

Install

npm i gulp-j140

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vanchoy
  • tunnckocore