meld : AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcut support. You can installing meld 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 meld $ sudo npm install -g meld
If want to update the meld package execute the command as below,
$ sudo npm update meld
Update package globally,
$ npm install -g meld
$ sudo git clone https://github.com/rektide/meld.git
$ sudo npm install -g ./meld
meld@1.3.2 /usr/lib/node_modules/meld
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall meld
Package Name | meld |
Version | 1.3.2 |
Description | AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcut support |
Released Date | 2015-04-21T12:31:35.840Z |
Published by | cujojs |
How to Learn | https://www.npmjs.com/package/meld/tutorial |