format : printf, sprintf, and vsprintf for JavaScript. You can installing format npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install format $ sudo npm install -g format
If want to update the format package execute the command as below,
$ sudo npm update format
Update package globally,
$ npm install -g format
$ sudo git clone https://github.com/rektide/format.git
$ sudo npm install -g ./format
format@0.2.2 /usr/lib/node_modules/format
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall format
| Package Name | format |
| Version | 0.2.2 |
| Description | printf, sprintf, and vsprintf for JavaScript |
| Released Date | 2016-01-27T00:02:03.898Z |
| Published by | sjs |
| How to Learn | https://www.npmjs.com/package/format/tutorial |