deck : Uniform and weighted shuffling and sampling. You can installing deck 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 deck $ sudo npm install -g deck
If want to update the deck package execute the command as below,
$ sudo npm update deck
Update package globally,
$ npm install -g deck
$ sudo git clone https://github.com/rektide/deck.git
$ sudo npm install -g ./deck
deck@0.0.4 /usr/lib/node_modules/deck
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall deck
Package Name | deck |
Version | 0.0.4 |
Description | Uniform and weighted shuffling and sampling |
Released Date | 2012-01-14T18:42:45.118Z |
Published by | substack |
How to Learn | https://www.npmjs.com/package/deck/tutorial |