goodcommit 0.2.2 → 0.2.3
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# goodcommit (npm)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Good Commit is a fast Rust CLI that writes git commit messages with AI. This npm package installs the `goodcommit` binary from GitHub Releases.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -14,11 +14,11 @@ Commands installed:
|
|
|
14
14
|
|
|
15
15
|
For `g.` (dot) alias, use the curl installer or Homebrew.
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Quick Start
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
goodcommit setup
|
|
21
|
+
g
|
|
21
22
|
```
|
|
22
23
|
|
|
23
|
-
Setup asks for your provider, push
|
|
24
|
-
You can also set `OPENAI_API_KEY` instead of storing it in config.
|
|
24
|
+
Setup asks for your provider, default push behavior, and (if OpenAI) your API key. You can also set `OPENAI_API_KEY` or `GOODCOMMIT_OPENAI_API_KEY` instead of storing it in config.
|