@vedanshsharma/commit-gen 1.0.0 → 1.0.1
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 +6 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,13 +25,7 @@ A lightning-fast, offline-first CLI tool that reads your staged git diffs and au
|
|
|
25
25
|
To install this tool globally on your machine so you can use it in any repository:
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
|
|
29
|
-
git clone https://github.com/VSDeadShot/commit-gen.git
|
|
30
|
-
cd commit-gen
|
|
31
|
-
|
|
32
|
-
# Install dependencies and link globally
|
|
33
|
-
npm install
|
|
34
|
-
npm link
|
|
28
|
+
npm install -g @vedanshsharma/commit-gen
|
|
35
29
|
```
|
|
36
30
|
|
|
37
31
|
## 🚀 Usage
|
|
@@ -71,6 +65,11 @@ Whenever you have changes ready to commit:
|
|
|
71
65
|
commitgen --gemini
|
|
72
66
|
```
|
|
73
67
|
|
|
68
|
+
- **Configure Defaults**: Interactively set your default model so you don't have to pass the `--model` flag every time. This saves your preference to `~/.commitgen/config.json`.
|
|
69
|
+
```bash
|
|
70
|
+
commitgen config
|
|
71
|
+
```
|
|
72
|
+
|
|
74
73
|
## 🏗 Tech Stack
|
|
75
74
|
|
|
76
75
|
- **JavaScript / Node.js ES Modules**
|