break-yourself
v1.0.0
Published
Test your current changes with your latest release, should help determine if a new version release has breaking changes
Downloads
13
Readme
break-yourself
-Chris Tucker as Smokey, from the 1995 film Friday
Run your latest version tests against your working version to make sure you don't break yourself. If you do break yourself, make sure you use proper semver etiquette before publishing a new version.
Install
npm i -D break-yourself
Config
In your package json add a script:
"test:yourself": "break-yourself"
In your .gitignore add:
break-yourself/
Run
npm run test:yourself
Profit.