2 |
3 |
Commitlint
4 |

5 |
6 |
🔦 Lint commit messages with conventional commit messages
7 |
8 | Documents are available [here](https://keisukeyamashita.github.io/commitlint-rs)
9 |
10 | [](https://crates.io/crates/commitlint-rs)
11 | [](https://crates.io/crates/commitlint-rs)
12 | [](https://github.com/KeisukeYamashita/commitlint-rs)
13 | [](https://hub.docker.com/repository/docker/1915keke/commitlint)
14 | [](https://github.com/KeisukeYamashita/commitlint-rs)
15 | [](https://github.com/KeisukeYamashita/commitlint-rs)
16 | [](https://app.fossa.com/projects/git%2Bgithub.com%2FKeisukeYamashita%2Fcommitlint-rs?ref=badge_shield)
17 |
18 |
19 |
20 | ## License
21 |
22 | Commitlint source code is licensed either [MIT](LICENSE-MIT) or [Apache-2.0](./LICENSE-APACHE).
23 |
24 |
Chinese-checkers icons created by Freepik - Flaticon
25 |
26 |
27 |
--------------------------------------------------------------------------------
/web/src/content/docs/index.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Welcome to Commitlint
3 | description: Lint commit messages with conventional commits
4 | template: splash
5 | hero:
6 | tagline: Guard rail for your commit messages for sustainable development
7 | image:
8 | file: ../../assets/checker.png
9 | actions:
10 | - text: Install to your project
11 | link: /commitlint-rs/setup/install
12 | icon: right-arrow
13 | variant: primary
14 | - text: Read the rules
15 | link: /commitlint-rs/rules/body-empty
16 | icon: external
17 | ---
18 |
19 | import { Card, CardGrid } from "@astrojs/starlight/components";
20 |
21 | ## Next steps
22 |
23 |