Simple template strings.
$ npm install template-string
$ node> console.log(require('template-string')('Hello from ${who}!', {who: 'me'}));
Hello from me!- Follow me on Twitter for updates: https://twitter.com/@asmblah
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple template strings.
$ npm install template-string
$ node> console.log(require('template-string')('Hello from ${who}!', {who: 'me'}));
Hello from me!