0.1.5 • Published 1 year ago

commit-genie v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Commit Genie

Commit Genie is a CLI tool that reads code changes in a local Git repository and generates commit messages based on those changes. The tool is designed to help developers write more descriptive and meaningful commit messages, making it easier to understand the changes made to a codebase.

Features

  • Generates commit messages based on code changes in a local Git repository
  • Allows users to specify the repository path as an argument
  • Provides a user-friendly interface with clear and concise help messages
  • Robust and reliable, handling large and complex repositories and edge cases
  • Offers customization options for the frequency of checking for changes, the format of the commit messages, and the way changes are detected (coming soon)
  • Integrates with other tools and systems used by developers (coming soon)

Requirements

  • Node.js and npm
  • Git command line tools

#Installation To install Commit Genie, run the following command:

npm i -g commit-genie

Usage

To use Commit Genie, simply run the following command in your terminal and specify the repository path:

npx commit-genie /path/to/repo

License

Commit Genie is released under the MIT License.

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago