0.0.3 • Published 8 years ago
formatpyjs v0.0.3
formatPyJS
For when you want to use Python-like formatting, but remember that you dont like neat code.
Using the thingy
"Hello {}, welcome to {}!".format("Bob", "my shed")
"Hello {1}, welcome to {0}!".format("Bob", "my shed")
Installing via NPM
$ npm install formatpyjs