setup-php/node_modules/tmpl
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30
..
lib init 2019-09-06 05:17:43 +05:30
.travis.yml init 2019-09-06 05:17:43 +05:30
license init 2019-09-06 05:17:43 +05:30
package.json init 2019-09-06 05:17:43 +05:30
readme.md init 2019-09-06 05:17:43 +05:30

tmpl Build Status

Simple string formatting using {}.

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