# 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.