Евгения Акиншина 52274d6dab HW<react> done 3 年之前
..
lib 52274d6dab HW<react> done 3 年之前
.travis.yml 52274d6dab HW<react> done 3 年之前
license 52274d6dab HW<react> done 3 年之前
package.json 52274d6dab HW<react> done 3 年之前
readme.md 52274d6dab HW<react> done 3 年之前

readme.md

tmpl Build Status

Simple string formatting using {}.

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