install-nix-action/node_modules/tmpl
Domen Kožar 49df04613e
v7
2020-02-24 13:29:22 +01:00
..
lib v7 2020-02-24 13:29:22 +01:00
.travis.yml v7 2020-02-24 13:29:22 +01:00
license v7 2020-02-24 13:29:22 +01:00
package.json v7 2020-02-24 13:29:22 +01:00
readme.md v7 2020-02-24 13:29:22 +01:00

tmpl Build Status

Simple string formatting using {}.

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