quickgc 0.1.0

simple style with git commit comments for personal workflow
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Quickgc 

Do a small CLI to learn rust.
Simple style to comment with git commit.

### Install

`cargo install quickgc` 

### Configure

- [FEATURE]: Add new feature.
- [BUGFIX]: Fix bug or error.
- [BUILD]: Deal with file structures, packages, modules and change dependencies or configure. 
- [STYLE]: Markup, code formatting.
- [REFACTOR]: Refactoring. 
- [DOCS]: Edit documentations.
- [TEST]: Write test.