1.0.3 • Published 1 year ago

script-commit v1.0.3

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

Generating Commit Messages with Script-Commit

Prerequisites

Before you can use Script-Commit to generate commit messages, you'll need to set the OPENAI_API_KEY environment variable on your machine. You can obtain an API key from the OpenAI API website.

Usage

To generate a commit message based on your staged changes, follow these steps:

  1. Stage your changes using git add command. For example, to stage all changes in the current directory, run:
git add .
  1. Run npx script-commit command in your terminal. This will generate a commit message based on your changes and copy it to your clipboard.

That's it! You've successfully generated and committed your changes with a commit message generated by Script-Commit.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago