multi-glob : Small wrapper around the glob module that allows globbing for multiple patterns at once. You can installing multi-glob 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 multi-glob $ sudo npm install -g multi-glob
If want to update the multi-glob package execute the command as below,
$ sudo npm update multi-glob
Update package globally,
$ npm install -g multi-glob
$ sudo git clone https://github.com/rektide/multi-glob.git
$ sudo npm install -g ./multi-glob
multi-glob@1.0.1 /usr/lib/node_modules/multi-glob
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall multi-glob
Package Name | multi-glob |
Version | 1.0.1 |
Description | Small wrapper around the glob module that allows globbing for multiple patterns at once |
Released Date | 2015-11-10T19:45:38.841Z |
Published by | dominykas |
How to Learn | https://www.npmjs.com/package/multi-glob/tutorial |