setup-node/node_modules/tmpl
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00
..
lib . 2020-01-24 12:20:19 -05:00
.travis.yml . 2020-01-24 12:20:19 -05:00
license . 2020-01-24 12:20:19 -05:00
package.json . 2020-01-24 12:20:19 -05:00
readme.md . 2020-01-24 12:20:19 -05:00

tmpl Build Status

Simple string formatting using {}.

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