1.0.3 • Published 9 years ago

node-fmt v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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 git@github.com:rusintez/node-fmt.git
$ cd node-fmt
$ npm install
$ npm test
$ npm run perf

TODO

  • support %j and emulate util.inspect

Author

Vladimir Popov rusintez@gmail.com

License

MIT

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago