Skip to content

Commit

Permalink
chore: rename to commitguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Zaunseder committed Feb 14, 2024
1 parent f4bda15 commit 24b25b6
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
[package]
name = "commitlint-rs"
name = "commitguard"
version = "0.1.0"
edition = "2021"
authors = ["Matthias Zaunseder"]
license = "MIT"
description = "A commitlint implementation in Rust"
readme = "README.md"
homepage = "https://github.com/zauni/commitlint-rs"
repository = "https://github.com/zauni/commitlint-rs"
homepage = "https://github.com/zauni/commitguard"
repository = "https://github.com/zauni/commitguard"
keywords = ["cli", "commitlint", "git", "lint", "commit"]
categories = ["command-line-utilities", "development-tools"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
config = "0.13.4"
miette = { version = "5.10.0", features = ["fancy"] }
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# commitlint-rs
# commitguard

> A commitlint implementation in Rust.
Expand All @@ -13,15 +13,15 @@ Features:
## Installation

```sh
cargo install commitlint-rs
cargo install commitguard
```

## Usage

> Not quite yet, but it will be something like this:
```sh
echo "foo" | commitlint-rs
echo "foo" | commitguard
```

## Todos/Ideas:
Expand All @@ -36,6 +36,6 @@ echo "foo" | commitlint-rs
8. Add website (probably Github pages) and add links to rule details
9. Add devcontainer for easier getting started in VSCode
10. Benchmark against original [commitlint](https://github.com/conventional-changelog/commitlint)
11. Migration docs from original commitlint to commitlint-rs
11. Migration docs from original commitlint to commitguard
12. Allow 3rd party rules? Maybe WASM?
13. Allow custom parsing?
File renamed without changes.

0 comments on commit 24b25b6

Please sign in to comment.