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

Made by Antonio Ramirez

format-parser

0.0.2

@tjholowaychuk

npmSnykSocket
Downloads:2225
$ npm install format-parser
DailyWeeklyMonthlyYearly

format-parser

Declarative format parser for declarative template engines

Installation

$ component install component/format-parser

Example

var parse = require('format-parser');
parse('created_at | date:"%Y %M %d"');

License

MIT