Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 263 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 263 Bytes

tmpl Build Status

Simple string formatting using {}.

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