template-string
v1.1.2
Published
Simple template strings
Downloads
11,510
Readme
Template-String
Simple template strings.
Example
$ npm install template-string
$ node
> console.log(require('template-string')('Hello from ${who}!', {who: 'me'}));
Hello from me!
Keeping up to date
- Follow me on Twitter for updates: https://twitter.com/@asmblah