template-delimiters

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i template-delimiters

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • doowb
  • jonschlinkert