包详细信息

template-string

asmblah13.5kMIT1.1.2

Simple template strings

template, string

自述文件

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