0.0.7 • Published 10 years ago

rssi v0.0.7

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

rssi

Ruby-like simple string interpolation for Node.js

Installation

npm install rssi
bower install rssi
wget http://bit.ly/getrssi -O rssi.js

Usage

var hello = fmt('hello, #{thing}')

hello({thing: 'world'})
// -> hello, world

hello({thing: 'shawarma'})
// -> hello, shawarma

License

MIT