GitHub - tmpfs-archive/format-util: Lightweight util.format() for the browser
Table of Contents
Lightweight format utility for the browser, based on util.format().
Install
Usage
var format = require('format-util') , msg = format('%s', 'foo');
Developer
Test
Run the test specifications:
Spec
Compile test specifications for the browser (open test/index.html):
Cover
Generate code coverage:
Browserify
Create a standalone browserify build:
Lint
Lint the source tree with jshint and jscs:
Clean
Remove generated files:
Docs
To generate all documentation:
Readme
Generate the project readme file mdp:
License
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).