lstream : stream comes in, string per line comes out. You can installing lstream 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 lstream $ sudo npm install -g lstream
If want to update the lstream package execute the command as below,
$ sudo npm update lstream
Update package globally,
$ npm install -g lstream
$ sudo git clone https://github.com/rektide/lstream.git
$ sudo npm install -g ./lstream
lstream@0.0.4 /usr/lib/node_modules/lstream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lstream
Package Name | lstream |
Version | 0.0.4 |
Description | stream comes in, string per line comes out |
Released Date | 2014-01-09T23:59:11.908Z |
Published by | tjfontaine |
How to Learn | https://www.npmjs.com/package/lstream/tutorial |