broccoli-filter : Helper base class for Broccoli plugins that map input files into output files one-to-one. You can installing broccoli-filter 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 broccoli-filter $ sudo npm install -g broccoli-filter
If want to update the broccoli-filter package execute the command as below,
$ sudo npm update broccoli-filter
Update package globally,
$ npm install -g broccoli-filter
$ sudo git clone https://github.com/rektide/broccoli-filter.git
$ sudo npm install -g ./broccoli-filter
broccoli-filter@1.2.4 /usr/lib/node_modules/broccoli-filter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall broccoli-filter
Package Name | broccoli-filter |
Version | 1.2.4 |
Description | Helper base class for Broccoli plugins that map input files into output files one-to-one |
Released Date | 2016-08-15T20:23:37.120Z |
Published by | stefanpenner |
How to Learn | https://www.npmjs.com/package/broccoli-filter/tutorial |