Zero-config Git hooks that work consistently across Windows, macOS, and Linux. Version 0.1.12 auto-wires pre-commit, commit-msg, and pre-push hooks on npm install without manual husky setup. Ships with prettier and lint-staged, offers optional ESLint scaffolding via `setup-eslint`, includes a `rm-console` tag to strip console.log calls, and runs commit-time builds with Windows lock detection. Released bi-weekly, it focuses on solving cross-platform hook failures and fresh-clone readiness where husky alone falls short.
npm install commit-sentryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs commit-sentry, auto-wires Git hooks, and shows how to verify, add ESLint, and bypass hooks for one-off commits.
Run 'npx commit-sentry update' after install if you want the default hooks.
Run 'npx commit-sentry update' or ensure hook files are saved with LF line endings.
Stage the files with console.log before committing with 'rm-console' in the message.
Run 'npx commit-sentry update' to regenerate hooks with correct LF endings.
Ensure .husky/ directory exists and re-run 'npm install' or 'npx commit-sentry update'.