setup-node/node_modules/tmpl
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00
..
lib . 2020-01-24 12:30:26 -05:00
.travis.yml . 2020-01-24 12:30:26 -05:00
license . 2020-01-24 12:30:26 -05:00
package.json . 2020-01-24 12:30:26 -05:00
readme.md . 2020-01-24 12:30:26 -05:00

tmpl Build Status

Simple string formatting using {}.

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