schip
v0.0.4
Published
Zero dependency CLI Utility for testing binaries
Downloads
6
Readme
Schip
Schip(pronounced skip) is A zero dependency CLI Utility that allows to use custom wrappers thereby permitting testing of package.bin
Installation
Download node at nodejs.org and install it, if you haven't already.
$ npm install -g schip
Usage
Create a bin.js
file in the root of your project or edit your package.json to include bin
. Schip looks within bin for the first command and wraps that
{
"bin": {
"mybin": "./path/to/file"
}
}
Now you can run
$ schip <mycommand>