npm install template-stringTemplate-String
===============

Simple template strings.
Example
-------
``shell`
$ npm install template-string
$ node`javascript``
> 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