aicommits 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
AI Commits is a tool that writes your git commit messages for you. Never write a commit message again.
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
## Installation and Usage
|
|
8
8
|
|
|
@@ -11,7 +11,7 @@ Install the CLI then grab your [OpenAI key](https://openai.com/api/) and add it
|
|
|
11
11
|
1. `npm install -g aicommits`
|
|
12
12
|
2. `export OPENAI_KEY=sk-xxxxxxxxxxxxxxxx`
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
After that, use this CLI by simply running `aicommits` to generate your commit.
|
|
15
15
|
|
|
16
16
|
> Note: If you get a EACCESS error on mac/linux when running the first command, try running it with `sudo npm install -g aicommits` and putting in your password.
|
|
17
17
|
|