lhl 7eff0e2ec0 1-9 il y a 3 mois
..
lib 7eff0e2ec0 1-9 il y a 3 mois
license 7eff0e2ec0 1-9 il y a 3 mois
package.json 7eff0e2ec0 1-9 il y a 3 mois
readme.md 7eff0e2ec0 1-9 il y a 3 mois

readme.md

tmpl Build Status

Simple string formatting using {}.

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