Skip to content

Commit 75fd98e

Browse files
committed
docs(readme): Make initial readme file with build instructions
Build instructions and project description were added in project
1 parent 8c12390 commit 75fd98e

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Commit
2+
3+
This project is a copy of [cz-cli](https://github.com/commitizen/cz-cli) with some minor changes.
4+
5+
I made this project for my own use, because I don't want to mess with the original cz-cli.
6+
7+
## Principal changes in this project
8+
9+
- Don't need to make your project commitizen friendly
10+
- Can be used with any project
11+
- Custom conventional commit message style can be used without any other packages
12+
- Debian package is available
13+
- Show original output of the git command
14+
15+
## What I want to do
16+
- [ ] Support for external config files
17+
- [ ] Ability to override the questions
18+
- [ ] Ability to choose skip questions
19+
- [ ] Make a wiki page for custom conventional commit message
20+
21+
## How to make a debian package with cargo-deb
22+
23+
Install cargo-deb:
24+
25+
```bash
26+
cargo install cargo-deb
27+
```
28+
29+
Make a debian package:
30+
31+
```bash
32+
cargo deb
33+
```
34+
35+
or just:
36+
37+
```bash
38+
cargo deb --install # build and install the package
39+
```

0 commit comments

Comments
 (0)