peach a19a732be8 commit message пре 2 година
..
lib a19a732be8 commit message пре 2 година
license a19a732be8 commit message пре 2 година
package.json a19a732be8 commit message пре 2 година
readme.md a19a732be8 commit message пре 2 година

readme.md

tmpl Build Status

Simple string formatting using {}.

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