dyno : Simple DynamoDB client. You can installing dyno 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 dyno $ sudo npm install -g dyno
If want to update the dyno package execute the command as below,
$ sudo npm update dyno
Update package globally,
$ npm install -g dyno
$ sudo git clone https://github.com/rektide/dyno.git
$ sudo npm install -g ./dyno
dyno@1.4.1 /usr/lib/node_modules/dyno
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dyno
Package Name | dyno |
Version | 1.4.1 |
Description | Simple DynamoDB client |
Released Date | 2016-12-20T19:12:54.194Z |
Published by | mcwhittemore |
How to Learn | https://www.npmjs.com/package/dyno/tutorial |