0.1.0 • Published 10 years ago

template-delimiters v0.1.0

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

template-delimiters NPM version

Delimiters for common template engines.

Install

Install with npm:

npm i template-delimiters --save-dev

Run tests

npm test

Usage

var delims = require('template-delimiters');
console.log(delims.handlebars);
//=> /\{\{\s*([^\}]+)\s*\}\}/g

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on October 18, 2014.