lihai 8d6c751f49 feat: push před 2 roky
..
lib 8d6c751f49 feat: push před 2 roky
license 8d6c751f49 feat: push před 2 roky
package.json 8d6c751f49 feat: push před 2 roky
readme.md 8d6c751f49 feat: push před 2 roky

readme.md

tmpl Build Status

Simple string formatting using {}.

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