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

readme.md

tmpl Build Status

Simple string formatting using {}.

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