peach a19a732be8 commit message há 2 anos atrás
..
lib a19a732be8 commit message há 2 anos atrás
license a19a732be8 commit message há 2 anos atrás
package.json a19a732be8 commit message há 2 anos atrás
readme.md a19a732be8 commit message há 2 anos atrás

readme.md

tmpl Build Status

Simple string formatting using {}.

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