extsprintf : extended POSIX-style sprintf. You can installing extsprintf 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 extsprintf $ sudo npm install -g extsprintf
If want to update the extsprintf package execute the command as below,
$ sudo npm update extsprintf
Update package globally,
$ npm install -g extsprintf
$ sudo git clone https://github.com/rektide/extsprintf.git
$ sudo npm install -g ./extsprintf
extsprintf@1.3.0 /usr/lib/node_modules/extsprintf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall extsprintf
Package Name | extsprintf |
Version | 1.3.0 |
Description | extended POSIX-style sprintf |
Released Date | 2015-03-07T00:13:00.888Z |
Published by | dap |
How to Learn | https://www.npmjs.com/package/extsprintf/tutorial |