gulp-octet

1.0.2 • Public • Published

gulp-octet npmjs.com The MIT License

Gulp plugin for octet - 1kb template engine. Support helpers, partials and more. Used in AbsurdJS apps.

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

Install

npm i gulp-octet --save

Usage

For more use-cases see the tests

var gulp = require('gulp')
var octet = require('gulp-octet')
 
gulp.src('./src/*.{html,txt,octet}')
  .pipe(octet({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-octet

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • vanchoy
  • tunnckocore