fuzzy : small, standalone fuzzy search / fuzzy filter. browser or node. You can installing fuzzy 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 fuzzy $ sudo npm install -g fuzzy
If want to update the fuzzy package execute the command as below,
$ sudo npm update fuzzy
Update package globally,
$ npm install -g fuzzy
$ sudo git clone https://github.com/rektide/fuzzy.git
$ sudo npm install -g ./fuzzy
fuzzy@0.1.3 /usr/lib/node_modules/fuzzy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fuzzy
Package Name | fuzzy |
Version | 0.1.3 |
Description | small, standalone fuzzy search / fuzzy filter. browser or node |
Released Date | 2016-10-01T20:36:13.723Z |
Published by | mattyork |
How to Learn | https://www.npmjs.com/package/fuzzy/tutorial |