isbinaryfile : Detects if a file is binary in Node.js. Similar to Perls -B.. You can installing isbinaryfile 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 isbinaryfile $ sudo npm install -g isbinaryfile
If want to update the isbinaryfile package execute the command as below,
$ sudo npm update isbinaryfile
Update package globally,
$ npm install -g isbinaryfile
$ sudo git clone https://github.com/rektide/isbinaryfile.git
$ sudo npm install -g ./isbinaryfile
isbinaryfile@3.0.2 /usr/lib/node_modules/isbinaryfile
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall isbinaryfile
Package Name | isbinaryfile |
Version | 3.0.2 |
Description | Detects if a file is binary in Node.js. Similar to Perls -B. |
Released Date | 2017-01-02T19:57:42.794Z |
Published by | gjtorikian |
How to Learn | https://www.npmjs.com/package/isbinaryfile/tutorial |