app php01 790c53caa0 最后一版uniaiim 4 ay önce
..
lib 790c53caa0 最后一版uniaiim 4 ay önce
license 790c53caa0 最后一版uniaiim 4 ay önce
package.json 790c53caa0 最后一版uniaiim 4 ay önce
readme.md 790c53caa0 最后一版uniaiim 4 ay önce

readme.md

tmpl Build Status

Simple string formatting using {}.

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