fuzzaldrin : Fuzzy filtering and string scoring. You can installing fuzzaldrin 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 fuzzaldrin $ sudo npm install -g fuzzaldrin
If want to update the fuzzaldrin package execute the command as below,
$ sudo npm update fuzzaldrin
Update package globally,
$ npm install -g fuzzaldrin
$ sudo git clone https://github.com/rektide/fuzzaldrin.git
$ sudo npm install -g ./fuzzaldrin
fuzzaldrin@2.1.0 /usr/lib/node_modules/fuzzaldrin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fuzzaldrin
Package Name | fuzzaldrin |
Version | 2.1.0 |
Description | Fuzzy filtering and string scoring |
Released Date | 2014-09-03T16:43:01.593Z |
Published by | kevinsawicki |
How to Learn | https://www.npmjs.com/package/fuzzaldrin/tutorial |