File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments