express-xtpl
v0.0.0
Published
A node.js wrapper around xtemplate engine (easier for Express)
Downloads
2
Readme
express-xtpl
A node.js wrapper around xtemplate engine (easier for Express)
Install
$ npm install --save express-xtpl
Usage
const expressXtpl = require('express-xtpl');
expressXtpl('unicorns');
//=> 'unicorns & rainbows'
API
expressXtpl(input, [options])
input
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © iceStone