max_liu b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
..
lib b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
license b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
package.json b7ab7c8514 chore: 更新node_modules依赖文件 2 hete
readme.md b7ab7c8514 chore: 更新node_modules依赖文件 2 hete

readme.md

tmpl Build Status

Simple string formatting using {}.

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