install-nix-action/node_modules/tmpl
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00
..
lib v5 2019-11-13 17:14:48 +01:00
.travis.yml v5 2019-11-13 17:14:48 +01:00
license v5 2019-11-13 17:14:48 +01:00
package.json v5 2019-11-13 17:14:48 +01:00
readme.md v5 2019-11-13 17:14:48 +01:00

tmpl Build Status

Simple string formatting using {}.

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