thunkify : Turn callbacks, arrays, generators, generator functions, and promises into a thunk. You can installing thunkify 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 thunkify $ sudo npm install -g thunkify
If want to update the thunkify package execute the command as below,
$ sudo npm update thunkify
Update package globally,
$ npm install -g thunkify
$ sudo git clone https://github.com/rektide/thunkify.git
$ sudo npm install -g ./thunkify
thunkify@2.1.2 /usr/lib/node_modules/thunkify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall thunkify
| Package Name | thunkify |
| Version | 2.1.2 |
| Description | Turn callbacks, arrays, generators, generator functions, and promises into a thunk |
| Released Date | 2014-06-02T14:30:43.455Z |
| Published by | tjholowaychuk |
| How to Learn | https://www.npmjs.com/package/thunkify/tutorial |