delimiter-map
v0.1.1
Published
Delimiter map for common template engines. Compatible with consolidate.
Downloads
12
Readme
delimiter-map
Delimiter map for common template engines. Compatible with consolidate.
Install
Install with npm:
npm i delimiter-map --save-dev
Usage
var delimiterMap = require('delimiter-map');
console.log(delimiterMap('handlebars'));
//=> ['{{', '}}'];
API
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on July 17, 2014.