https://github.com/koki-develop/ollamit
A command-line tool to generate commit messages with ollama.
https://github.com/koki-develop/ollamit
Last synced: 10 months ago
JSON representation
A command-line tool to generate commit messages with ollama.
- Host: GitHub
- URL: https://github.com/koki-develop/ollamit
- Owner: koki-develop
- License: mit
- Created: 2024-06-10T23:28:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T21:26:58.000Z (over 1 year ago)
- Last Synced: 2025-04-15T08:58:35.964Z (10 months ago)
- Language: Go
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ollamit
A command-line tool to generate commit messages with ollama.
## Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Homebrew Tap](#homebrew-tap)
- [`go install`](#go-install)
- [Releases](#releases)
- [Usage](#usage)
- [LICENSE](#license)
## Prerequisites
You need to have set up Ollama.
- [Ollama](https://ollama.com/)
## Installation
### Homebrew Tap
```console
$ brew install koki-develop/tap/ollamit
```
### `go install`
```console
$ go install github.com/koki-develop/ollamit@latest
```
### Releases
Download the binary from the [releases page](https://github.com/koki-develop/ollamit/releases/latest).
## Usage
```console
$ ollamit --help
A command-line tool to generate commit messages with ollama.
Usage:
ollamit [flags]
Flags:
--dry-run dry run
-h, --help help for ollamit
-m, --model string model name
-v, --version version for ollamit
```
## LICENSE
[MIT](./LICENSE)