node-fmt
v1.0.3
Published
Lean string formatting
Readme
node-fmt
Lean string formatting (optimisation of https://github.com/bevacqua/js#strings)
Installation
$ npm install node-fmtUsage
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 perfTODO
- support
%jand emulateutil.inspect
Author
Vladimir Popov [email protected]
License
MIT
