github-pages-deploy-action/node_modules/tmpl
2020-01-27 23:58:23 -05:00
..
lib Test... 2020-01-27 23:58:23 -05:00
.travis.yml Test... 2020-01-27 23:58:23 -05:00
license Test... 2020-01-27 23:58:23 -05:00
package.json Test... 2020-01-27 23:58:23 -05:00
readme.md Test... 2020-01-27 23:58:23 -05:00

tmpl Build Status

Simple string formatting using {}.

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