wildemitter : A super lightweight EventEmitter similar to what comes in Node.js, but with a support for wildcard events * and grouped handlers. You can installing wildemitter 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 wildemitter $ sudo npm install -g wildemitter
If want to update the wildemitter package execute the command as below,
$ sudo npm update wildemitter
Update package globally,
$ npm install -g wildemitter
$ sudo git clone https://github.com/rektide/wildemitter.git
$ sudo npm install -g ./wildemitter
wildemitter@1.2.0 /usr/lib/node_modules/wildemitter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall wildemitter
| Package Name | wildemitter |
| Version | 1.2.0 |
| Description | A super lightweight EventEmitter similar to what comes in Node.js, but with a support for wildcard events * and grouped handlers |
| Released Date | 2015-10-14T20:48:39.034Z |
| Published by | kohenkatz |
| How to Learn | https://www.npmjs.com/package/wildemitter/tutorial |