botkit : Building blocks for Building Bots. You can installing botkit 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 botkit $ sudo npm install -g botkit
If want to update the botkit package execute the command as below,
$ sudo npm update botkit
Update package globally,
$ npm install -g botkit
$ sudo git clone https://github.com/rektide/botkit.git
$ sudo npm install -g ./botkit
botkit@0.6.7 /usr/lib/node_modules/botkit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall botkit
Package Name | botkit |
Version | 0.6.7 |
Description | Building blocks for Building Bots |
Released Date | 2017-11-15T19:58:46.262Z |
Published by | xoxco |
How to Learn | https://www.npmjs.com/package/botkit/tutorial |