goodcommit 0.2.2 → 0.2.4

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # goodcommit (npm)
2
2
 
3
- Install the `goodcommit` binary from GitHub Releases via npm.
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
- ## Setup
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 defaults, and (if OpenAI) your API key.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goodcommit",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Good Commit: fast, reliable AI commit messages",
5
5
  "license": "MIT",
6
6
  "repository": {