0.0.4 • Published 3 years ago

schip v0.0.4

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

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

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago