cmy 02a04f55a0 2023-3-15 3 yıl önce
..
lib 02a04f55a0 2023-3-15 3 yıl önce
.travis.yml 02a04f55a0 2023-3-15 3 yıl önce
license 02a04f55a0 2023-3-15 3 yıl önce
package.json 02a04f55a0 2023-3-15 3 yıl önce
readme.md 02a04f55a0 2023-3-15 3 yıl önce

readme.md

tmpl Build Status

Simple string formatting using {}.

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