Apkawa / rssi

Ruby-like simple string interpolation for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ruby-like simple string interpolation for Node.js

License:MIT License