openwhisk : JavaScript client library for the OpenWhisk platform. You can installing openwhisk 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 openwhisk $ sudo npm install -g openwhisk
If want to update the openwhisk package execute the command as below,
$ sudo npm update openwhisk
Update package globally,
$ npm install -g openwhisk
$ sudo git clone https://github.com/rektide/openwhisk.git
$ sudo npm install -g ./openwhisk
openwhisk@3.10.0 /usr/lib/node_modules/openwhisk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall openwhisk
Package Name | openwhisk |
Version | 3.10.0 |
Description | JavaScript client library for the OpenWhisk platform |
Released Date | 2017-11-10T18:56:45.734Z |
Published by | openwhisk-bot |
How to Learn | https://www.npmjs.com/package/openwhisk/tutorial |