rssi

0.0.7 • Public • Published

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

Package Sidebar

Install

npm i rssi

Weekly Downloads

28

Version

0.0.7

License

MIT

Last publish

Collaborators

  • mvasilkov