engine-delims

0.1.0 • Public • Published

engine-delims NPM version

Delimiters for common template engines.

Please do pull requests to add delimiters for your engine of choice.

Install

Install with npm:

npm i engine-delims --save-dev

Run tests

npm test

Usage

var delims = require('engine-delims');
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 November 09, 2014.

Package Sidebar

Install

npm i engine-delims

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • doowb
  • jonschlinkert