0.4.1 ā€¢ Published 3 months ago

ollama-commit v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Ollama-Commit: Commit message generator with Ollama

šŸš€ Automatic commit generator using Ollama.
This package uses Ollama to help you understand code changes and generate meaningful commit messages.
Regardless of personal or team projects, ollama-commit allows you to maintain systematic and uniform commit records.

All commits in this project were generated by ollama-commit.

How it Works

To use ollama-commit, ollama must be installed.

  1. Install Ollama from https://ollama.ai/
  2. Install Ollama-Commit using npm install -g ollama-commit
  3. Make your code changes and stage them with git add .
  4. Type ollama-commit in your terminal
  5. Ollama-Commit will analyze your changes and generate a commit message
  6. Approve the commit message and AI-Commit will create the commit for you

Options

$ npx ollama-commit --help
Usage: help [options]

Automatic commit generator using Ollama.

Options:
  -V, --version                      output the version number
  -m, --model <model>                ollama model (default: "mistral")
  -a, --api <api>                    api host (default: "http://localhost:11434")
  -l, --language <language>          the string of the language to translate to. It can be in any of the two ISO 639 (1 or 2) or the full name in English like Spanish. (default: "en")
  -s, --signature
  -v, --verbose
  -h, --help                         display help for command

Roadmap

  • Support for multiple models
  • Support for responses in different languages
  • Support for remote ollama
  • Support for model pulling selection
  • Support for force option
  • Support for template suggestion
  • Check default template

License

Ollama-Commit is licensed under the MIT License.

npm version Codeac

0.4.1

3 months ago

0.4.0

3 months ago

0.3.9

4 months ago

0.3.8

4 months ago

0.3.6

4 months ago

0.3.5

4 months ago

0.3.7

4 months ago

0.3.4

4 months ago

0.3.2

4 months ago

0.3.3

4 months ago

0.3.1

4 months ago

0.3.0

4 months ago

0.2.0

4 months ago

0.1.0

4 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago