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
Simple template strings.
$ npm install template-string
$ node
> console.log(require('template-string')('Hello from ${who}!', {who: 'me'}));
Hello from me!