lihai 8d6c751f49 feat: push 3 년 전
..
lib 8d6c751f49 feat: push 3 년 전
license 8d6c751f49 feat: push 3 년 전
package.json 8d6c751f49 feat: push 3 년 전
readme.md 8d6c751f49 feat: push 3 년 전

readme.md

tmpl Build Status

Simple string formatting using {}.

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