tree: 1efead567eddcd962a54b21fa7c1a7b04e731d6f [path history] [tgz]
  1. lib/
  2. .travis.yml
  3. license
  4. package.json
  5. readme.md
node_modules/tmpl/readme.md

tmpl Build Status

Simple string formatting using {}.

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