peach a19a732be8 commit message il y a 3 ans
..
lib a19a732be8 commit message il y a 3 ans
license a19a732be8 commit message il y a 3 ans
package.json a19a732be8 commit message il y a 3 ans
readme.md a19a732be8 commit message il y a 3 ans

readme.md

tmpl Build Status

Simple string formatting using {}.

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