Name Last Update
..
lib Loading commit data...
.travis.yml Loading commit data...
license Loading commit data...
package.json Loading commit data...
readme.md Loading commit data...

tmpl Build Status

Simple string formatting using {}.

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