Skip to content

Commit 55162fb

Browse files
author
rzmk
committed
feat: initial commit
0 parents  commit 55162fb

File tree

6 files changed

+478
-0
lines changed

6 files changed

+478
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

Cargo.lock

Lines changed: 359 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "commit-helper"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[[bin]]
7+
name = "ch"
8+
path = "src/main.rs"
9+
10+
[dependencies]
11+
inquire = { version = "0.6.2" }

0 commit comments

Comments
 (0)