@atypical/commit
v0.4.0
Published
(Non)-standard enforcing DX
Readme
@atypical/commit
Commit message linting: the commit-lint binary, prebuilt.
The binary for your platform comes in as an optional dependency
(@atypical/commit-<platform>-<arch>); nothing is downloaded at
install time and there are no install scripts.
Install
npm i -D @atypical/commitUsage
With husky, in .husky/commit-msg:
commit-lint -- "$1"Exit codes: 0 valid, 1 failed linting (or unreadable input),
2 usage error or nothing to lint.
Syntax, configuration (atypical.toml), and the standard preset are
documented in the
crate README.
License
MIT OR Apache-2.0
