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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i rssi

    Weekly Downloads

    135

    Version

    0.0.7

    License

    MIT

    Last publish

    Collaborators

    • mvasilkov