1

schip

Schip is a zero dependency CLI Utility that allows to use custom wrappers around package binaries...

Schip

npm version minzipped size build status coverage status dependency status devDependency status Gitter

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>

License

MIT

Designed and developed by  Jonathan Irhodia  © 2024