atob : atob for Node.JS and Linux / Mac / Windows CLI (its a one-liner). You can installing atob 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 atob $ sudo npm install -g atob
If want to update the atob package execute the command as below,
$ sudo npm update atob
Update package globally,
$ npm install -g atob
$ sudo git clone https://github.com/rektide/atob.git
$ sudo npm install -g ./atob
atob@2.0.3 /usr/lib/node_modules/atob
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall atob
Package Name | atob |
Version | 2.0.3 |
Description | atob for Node.JS and Linux / Mac / Windows CLI (its a one-liner) |
Released Date | 2016-04-09T21:29:48.925Z |
Published by | coolaj86 |
How to Learn | https://www.npmjs.com/package/atob/tutorial |