offstage-0.1.0 is not a library.
offstage
Runs commands against staged Git files.
Usage
An example best illustrates how to use offstage.
Running this in a Git repository which has src/A.js and src/B.js in the
staging area will execute
If modifications occur to src/A.js or src/B.js, they will be automatically
added to the staging area.
Options
<command>...
Developing
Run the CLI during development:
Run tests:
Create a release build:
Attribution
This would not exist if not for the inspiration and methodology from the amazing lint-staged project.