lihai 8d6c751f49 feat: push 2 年之前
..
lib 8d6c751f49 feat: push 2 年之前
license 8d6c751f49 feat: push 2 年之前
package.json 8d6c751f49 feat: push 2 年之前
readme.md 8d6c751f49 feat: push 2 年之前

readme.md

tmpl Build Status

Simple string formatting using {}.

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