0.1.1 • Published 10 years ago

delimiter-map v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

delimiter-map NPM version

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.