wildcard : Wildcard matching tools. You can installing wildcard 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 wildcard $ sudo npm install -g wildcard
If want to update the wildcard package execute the command as below,
$ sudo npm update wildcard
Update package globally,
$ npm install -g wildcard
$ sudo git clone https://github.com/rektide/wildcard.git
$ sudo npm install -g ./wildcard
wildcard@1.1.2 /usr/lib/node_modules/wildcard
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall wildcard
| Package Name | wildcard |
| Version | 1.1.2 |
| Description | Wildcard matching tools |
| Released Date | 2015-04-21T23:36:50.006Z |
| Published by | damonoehlman |
| How to Learn | https://www.npmjs.com/package/wildcard/tutorial |