has-bug
v1.0.0
Published
Checks if your program has a bug
Downloads
2
Readme
HAS BUG? 🐞
Checks if your project is bug ridden.
USAGE
const { checkProjectHasBug } = require('has-bug');
if (checkProjectHasBug()) {
releaseToProduction()
} else {
dontReleaseToProduction()
}