gulp-octet
v1.0.2
Published
Gulp plugin for `octet` - 1kb template engine. Support helpers, partials and more. Used in AbsurdJS apps.
Downloads
30
Readme
gulp-octet
Gulp plugin for
octet
- 1kb template engine. Support helpers, partials and more. Used in AbsurdJS apps.
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
- octet: 1kb template engine for the browser and nodejs. Support helpers, partials and more.
- es6-template: Easy and small template engine for the browser and nodejs.
- es6-template-regex: Regular expression for matching es6 template delimiters in a string.
- es6-template-strings: Compile and resolve template strings notation as specified in ES6
- gulp-j140: Gulp plugin for
j140
- template engine in 140 bytes by @jed Schmidt. - gulp-octet: Gulp plugin for
octet
- template engine in just 20 lines - used in AbsurdJS. - gulp-es6-template: Gulp plugin for
es6-template
- easy and small template engine. - gulp-es6-template-strings: Gulp plugin for
es6-template-strings
package. - jstransformer-es6-template: es6-template support for JSTransformers
- jstransformer-es6-template-strings: es6-template-strings support for JSTransformers
- jstransformer-octet: octet support for JSTransformers
- jstransformer-j140: j140 support for JSTransformers
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.