shellwords : Manipulate strings according to the word parsing rules of the UNIX Bourne shell.. You can installing shellwords 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 shellwords $ sudo npm install -g shellwords
If want to update the shellwords package execute the command as below,
$ sudo npm update shellwords
Update package globally,
$ npm install -g shellwords
$ sudo git clone https://github.com/rektide/shellwords.git
$ sudo npm install -g ./shellwords
shellwords@0.1.1 /usr/lib/node_modules/shellwords
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall shellwords
| Package Name | shellwords |
| Version | 0.1.1 |
| Description | Manipulate strings according to the word parsing rules of the UNIX Bourne shell. |
| Released Date | 2017-08-17T08:34:56.316Z |
| Published by | jimmycuadra |
| How to Learn | https://www.npmjs.com/package/shellwords/tutorial |