XuelesszzZ 94af2b8e7b 6-30-5 1 年之前
..
lib 94af2b8e7b 6-30-5 1 年之前
license 94af2b8e7b 6-30-5 1 年之前
package.json 94af2b8e7b 6-30-5 1 年之前
readme.md 94af2b8e7b 6-30-5 1 年之前

readme.md

tmpl Build Status

Simple string formatting using {}.

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