broccoli-funnel : Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.. You can installing broccoli-funnel 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-funnel $ sudo npm install -g broccoli-funnel
If want to update the broccoli-funnel package execute the command as below,
$ sudo npm update broccoli-funnel
Update package globally,
$ npm install -g broccoli-funnel
$ sudo git clone https://github.com/rektide/broccoli-funnel.git
$ sudo npm install -g ./broccoli-funnel
broccoli-funnel@2.0.1 /usr/lib/node_modules/broccoli-funnel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall broccoli-funnel
Package Name | broccoli-funnel |
Version | 2.0.1 |
Description | Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions. |
Released Date | 2017-08-31T16:57:43.153Z |
Published by | stefanpenner |
How to Learn | https://www.npmjs.com/package/broccoli-funnel/tutorial |