https://github.com/hirokidaichi/git-aico
https://github.com/hirokidaichi/git-aico
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokidaichi/git-aico
- Owner: hirokidaichi
- License: mit
- Created: 2023-06-06T05:35:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T09:39:59.000Z (about 2 years ago)
- Last Synced: 2025-04-09T08:23:45.871Z (2 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-aico
The command that reads the difference and automatically generates a commit
message.https://github.com/hirokidaichi/git-aico/assets/95184/6d3b9412-5d5c-4d24-9d64-3b7a620e2c1f
```
Usage: git aicoDescription:
The command that reads the difference and automatically generates a commit message.
Options:
-h, --help - Show this help.
-m, --model - The model name to use (Default: "gpt-4")
-t, --temperature - The temperature to use (Default: 0.1)
--max-tokens - The max tokens to use (Default: 500)
-p, --prompt - The prompt file path to use
```
## Usage## Install
```
deno install --allow-net --allow-read --allow-write --allow-env --allow-run --unstable -r -f -n git-aico https://raw.githubusercontent.com/hirokidaichi/git-aico/main/command.ts
```