npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

template-delimiters

0.1.0

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:0
$ npm install template-delimiters
DailyWeeklyMonthlyYearly

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

  • github/jonschlinkert
  • twitter/jonschlinkert

License

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


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