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

readme.md

tmpl Build Status

Simple string formatting using {}.

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