Irina Glushko 2389e7160b HW1 done 3 vuotta sitten
..
lib 2389e7160b HW1 done 3 vuotta sitten
.travis.yml 2389e7160b HW1 done 3 vuotta sitten
license 2389e7160b HW1 done 3 vuotta sitten
package.json 2389e7160b HW1 done 3 vuotta sitten
readme.md 2389e7160b HW1 done 3 vuotta sitten

readme.md

tmpl Build Status

Simple string formatting using {}.

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