pad-left : Left pad a string with zeros or a specified string. Fastest implementation.. You can installing pad-left 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 pad-left $ sudo npm install -g pad-left
If want to update the pad-left package execute the command as below,
$ sudo npm update pad-left
Update package globally,
$ npm install -g pad-left
$ sudo git clone https://github.com/rektide/pad-left.git
$ sudo npm install -g ./pad-left
pad-left@2.1.0 /usr/lib/node_modules/pad-left
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pad-left
| Package Name | pad-left |
| Version | 2.1.0 |
| Description | Left pad a string with zeros or a specified string. Fastest implementation. |
| Released Date | 2016-05-07T10:18:51.750Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/pad-left/tutorial |