We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeca77a commit e6c8c97Copy full SHA for e6c8c97
docs/guides/getting-started.md
@@ -18,6 +18,10 @@ yarn add -D @commitlint/cli @commitlint/config-conventional
18
pnpm add -D @commitlint/cli @commitlint/config-conventional
19
```
20
21
+```sh [bun]
22
+bun add -d @commitlint/cli @commitlint/config-conventional
23
+```
24
+
25
```sh [deno]
26
deno add -D npm:@commitlint/cli npm:@commitlint/config-conventional
27
0 commit comments