app php01 790c53caa0 最后一版uniaiim 4 сар өмнө
..
lib 790c53caa0 最后一版uniaiim 4 сар өмнө
license 790c53caa0 最后一版uniaiim 4 сар өмнө
package.json 790c53caa0 最后一版uniaiim 4 сар өмнө
readme.md 790c53caa0 最后一版uniaiim 4 сар өмнө

readme.md

tmpl Build Status

Simple string formatting using {}.

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