APPLE 025c69e553 wesmiler 点什么广告 пре 3 година
..
lib 025c69e553 wesmiler 点什么广告 пре 3 година
.travis.yml 025c69e553 wesmiler 点什么广告 пре 3 година
license 025c69e553 wesmiler 点什么广告 пре 3 година
package.json 025c69e553 wesmiler 点什么广告 пре 3 година
readme.md 025c69e553 wesmiler 点什么广告 пре 3 година

readme.md

tmpl Build Status

Simple string formatting using {}.

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