tmpl [](http://travis-ci.org/nshah/nodejs-tmpl)

February 9, 2012 ยท View on GitHub

Simple string formatting using {}.

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