+ Quick Commitlint is a strict, dependency-free linter built with Zig. It starts in about a
+ millisecond and understands familiar commitlint-style presets and rule tuples.
+
+
+ Fast native executable
+
+ Starts without loading a JavaScript runtime and reports elapsed lint time with every
+ result.
+
+
+
+ Zero runtime dependencies
+
+ npm distributes a standalone Zig binary. Node and Yarn are only used for delivery and
+ development.
+
+
+
+ Familiar and strict
+
+ Use conventional or Angular presets with commitlint-style tuples and strict JSON
+ configuration.
+
+
+
+
+
+
+
+
Ready in one command
+
Install as a development tool
+
The current package targets Linux x86-64.
+
+
+
npm install quick-commitlint --save-dev
+
yarn add quick-commitlint --dev
+
+
+
+
+
Bring it into your commit workflow
+
Learn how to lint files, standard input, and Git commit hooks.