lxy dbfac8f913 demo 2 роки тому
..
lib dbfac8f913 demo 2 роки тому
license dbfac8f913 demo 2 роки тому
package.json dbfac8f913 demo 2 роки тому
readme.md dbfac8f913 demo 2 роки тому

readme.md

tmpl Build Status

Simple string formatting using {}.

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