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