Skip to content

asmblah/template-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple template strings

Resources

Stars

Watchers

Forks

Packages

No packages published