install-nix-action/node_modules/tmpl
Domen Kožar 70742d22d9
v6
2019-11-19 17:50:30 +01:00
..
lib v6 2019-11-19 17:50:30 +01:00
.travis.yml v6 2019-11-19 17:50:30 +01:00
license v6 2019-11-19 17:50:30 +01:00
package.json v6 2019-11-19 17:50:30 +01:00
readme.md v6 2019-11-19 17:50:30 +01:00

tmpl Build Status

Simple string formatting using {}.

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