yeast : Tiny but linear growing unique id generator. You can installing yeast 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 yeast $ sudo npm install -g yeast
If want to update the yeast package execute the command as below,
$ sudo npm update yeast
Update package globally,
$ npm install -g yeast
$ sudo git clone https://github.com/rektide/yeast.git
$ sudo npm install -g ./yeast
yeast@0.1.2 /usr/lib/node_modules/yeast
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yeast
| Package Name | yeast |
| Version | 0.1.2 |
| Description | Tiny but linear growing unique id generator |
| Released Date | 2015-09-06T15:39:50.504Z |
| Published by | 3rdeden |
| How to Learn | https://www.npmjs.com/package/yeast/tutorial |