innovationDriveApp/node_modules/tmpl
2018-07-08 22:49:17 +10:00
..
lib added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
.travis.yml added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
license added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00
package.json deleted homepage in package.json 2018-07-08 22:49:17 +10:00
readme.md added Now Ui react dashboard with logo 2018-07-08 19:21:40 +10:00

tmpl Build Status

Simple string formatting using {}.

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