Files
setup-ruby/node_modules/tmpl
Stephen Franceschelli e3283467a1 Fix bug. Add workflows.
2019-07-15 13:23:24 -04:00
..
2019-07-15 13:23:24 -04:00
2019-07-15 13:23:24 -04:00
2019-07-15 13:23:24 -04:00
2019-07-15 13:23:24 -04:00
2019-07-15 13:23:24 -04:00

tmpl Build Status

Simple string formatting using {}.

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