tmpl
JavaScript micro templates.
Last updated 4 years ago by daaku .
BSD-3-Clause · Repository · Bugs · Original npm
$ cnpm install tmpl 
SYNC missed versions from official npm registry.

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')

Current Tags

  • 1.0.5                                ...           latest (4 years ago)

2 Versions

  • 1.0.5                                ...           4 years ago
  • 1.0.4                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org