学习?学个屁 06c63c15cc 初始化提交 3 nedēļas atpakaļ
..
lib 06c63c15cc 初始化提交 3 nedēļas atpakaļ
license 06c63c15cc 初始化提交 3 nedēļas atpakaļ
package.json 06c63c15cc 初始化提交 3 nedēļas atpakaļ
readme.md 06c63c15cc 初始化提交 3 nedēļas atpakaļ

readme.md

tmpl Build Status

Simple string formatting using {}.

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