right-pad : Right Pad adds a padding to the right side of the string with the character of your choice or just blank space.. You can installing right-pad 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 right-pad $ sudo npm install -g right-pad
If want to update the right-pad package execute the command as below,
$ sudo npm update right-pad
Update package globally,
$ npm install -g right-pad
$ sudo git clone https://github.com/rektide/right-pad.git
$ sudo npm install -g ./right-pad
right-pad@1.0.1 /usr/lib/node_modules/right-pad
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall right-pad
| Package Name | right-pad |
| Version | 1.0.1 |
| Description | Right Pad adds a padding to the right side of the string with the character of your choice or just blank space. |
| Released Date | 2016-08-04T20:06:31.415Z |
| Published by | matthewh |
| How to Learn | https://www.npmjs.com/package/right-pad/tutorial |