XuelesszzZ 94af2b8e7b 6-30-5 il y a 1 an
..
lib 94af2b8e7b 6-30-5 il y a 1 an
license 94af2b8e7b 6-30-5 il y a 1 an
package.json 94af2b8e7b 6-30-5 il y a 1 an
readme.md 94af2b8e7b 6-30-5 il y a 1 an

readme.md

tmpl Build Status

Simple string formatting using {}.

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