Detalhes do pacote

tmpl

daaku133.7mBSD-3-Clause1.0.5

JavaScript micro templates.

readme (leia-me)

tmpl Build Status

Simple string formatting using {}.

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