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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i template-string

    Weekly Downloads

    2,791

    Version

    1.1.2

    License

    MIT

    Last publish

    Collaborators

    • asmblah