caoge c760052ff9 机车状态修改 il y a 8 mois
..
lib c760052ff9 机车状态修改 il y a 8 mois
license c760052ff9 机车状态修改 il y a 8 mois
package.json c760052ff9 机车状态修改 il y a 8 mois
readme.md c760052ff9 机车状态修改 il y a 8 mois

readme.md

tmpl Build Status

Simple string formatting using {}.

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