node-fmt
v1.0.3
Published
Lean string formatting
Downloads
2
Readme
node-fmt
Lean string formatting (optimisation of https://github.com/bevacqua/js#strings)
Installation
$ npm install node-fmt
Usage
var fmt = require('node-fmt');
console.log(fmt('Hello %s', 'world')); // 'Hello world'
Development
$ git clone [email protected]:rusintez/node-fmt.git
$ cd node-fmt
$ npm install
$ npm test
$ npm run perf
TODO
- support
%j
and emulateutil.inspect
Author
Vladimir Popov [email protected]
License
MIT