Irina Glushko 2389e7160b HW1 done il y a 3 ans
..
lib 2389e7160b HW1 done il y a 3 ans
.travis.yml 2389e7160b HW1 done il y a 3 ans
license 2389e7160b HW1 done il y a 3 ans
package.json 2389e7160b HW1 done il y a 3 ans
readme.md 2389e7160b HW1 done 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')