https://github.com/andostronaut/cocli
A ligthweight git commit prompt system to ensure readable and descriptive commit for Deno 🦕🌱
https://github.com/andostronaut/cocli
bash cli command command-line commit deno descriptive git hacktoberfest lightweight prompt shell typescript zsh
Last synced: 4 months ago
JSON representation
A ligthweight git commit prompt system to ensure readable and descriptive commit for Deno 🦕🌱
- Host: GitHub
- URL: https://github.com/andostronaut/cocli
- Owner: andostronaut
- License: mit
- Created: 2023-10-07T19:15:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T08:40:54.000Z (5 months ago)
- Last Synced: 2025-03-29T04:18:08.283Z (4 months ago)
- Topics: bash, cli, command, command-line, commit, deno, descriptive, git, hacktoberfest, lightweight, prompt, shell, typescript, zsh
- Language: TypeScript
- Homepage: https://deno.land/x/cocli
- Size: 9.21 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()

[](https://deno.land/x/cocli)


A ligthweight git commit prompt system to ensure readable and descriptive commit for Deno 🦕🌱
## Installation
```shell
deno install -A -r -g https://deno.land/x/cocli/cli.ts -n cocli
```## Quick Start
```shell
deno run -A -r https://deno.land/x/cocli/cli.ts
```## Commit Type
List of type available:
- Feat - For new features (e.g., feat: implement --cache-to feature to export cache)
- Fix - For improvements and bugfixes that do not introduce a feature (e.g., fix: improve error message)
- Hotfix - For improvements and bugfixes that do not introduce a feature, directly in production mode (e.g., fix: improve success message)
- Chore - General things that should be excluded (e.g., chore: clean up X)
- Design - For design changes only (e.g., design: use rounded button)
- Experiment - General things that should be in experiment (e.g., experiment: implement new query system in X)
- Docs - For documentation changes only (e.g., docs: fix typo in X)
- Refactor - General things that should be restructured but not changing the original functionality (e.g., refactor: move X to new file utils)
- CI - For internal CI specific changes (e.g., ci: enable X for tests)
- Infra - For infrastructure changes (e.g., infra: Enable cloudfront for X)
- Test - For changes to tests only (e.g., test: check if X does Y)## LICENSE
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.