read : read(1) for node programs. You can installing read 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 read $ sudo npm install -g read
If want to update the read package execute the command as below,
$ sudo npm update read
Update package globally,
$ npm install -g read
$ sudo git clone https://github.com/rektide/read.git
$ sudo npm install -g ./read
read@1.0.7 /usr/lib/node_modules/read
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall read
| Package Name | read |
| Version | 1.0.7 |
| Description | read(1) for node programs |
| Released Date | 2015-08-26T20:59:30.174Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/read/tutorial |