template-string

1.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i template-string

Weekly Downloads

2,863

Version

1.1.2

License

MIT

Last publish

Collaborators

  • asmblah