1.0.0 • Published 7 years ago

break-yourself v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

break-yourself

npm.io

-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.