emotional-damage
v0.1.0
Published
When your command fails, feel it. Wraps any command and delivers EMOTIONAL DAMAGE on non-zero exit. Failure management sold separately.
Maintainers
Readme
emotional-damage
When your command fails, feel it.
npx emotional-damage npm testIf the command exits non-zero, you receive EMOTIONAL DAMAGE (ASCII banner, authentic disappointment, original exit code preserved so your CI still knows the truth).
Library use
import emotionalDamage from "emotional-damage";
try {
deploy();
} catch (err) {
throw emotionalDamage(err); // same error, now emotionally damaged
}See also
failure-management— because when you fail, you must manage it.
MIT © wobondar
