npm.io
1.1.2 • Published 10 years ago

template-string

Licence
MIT
Version
1.1.2
Deps
0
Vulns
0
Weekly
0
Stars
8

Template-String

Build Status

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

Keywords