@rafaeelricco/commit-tools 0.1.7 → 0.2.0
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 -8
- package/dist/index.js +33 -546
- package/dist/index.js.map +1 -422
- package/dist/model-selector-6VVZJUA5.js +3 -0
- package/dist/model-selector-6VVZJUA5.js.map +1 -0
- package/package.json +13 -12
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# commit-tools
|
|
2
2
|
|
|
3
|
-
[](#)
|
|
4
4
|
|
|
5
5
|
Writing good commit messages _can_ have a high cognitive cost, especially when you make dozens of commits a day. That energy should be directed toward solving hard problems and shipping features, not summarizing them.
|
|
6
6
|
|
|
@@ -17,15 +17,9 @@ While built-in IDE tools (like Cursor, VSCode, or Windsurf) offer basic AI commi
|
|
|
17
17
|
|
|
18
18
|
## Quick Install
|
|
19
19
|
|
|
20
|
-
**Prerequisites:**
|
|
20
|
+
**Prerequisites:** [Node.js](https://nodejs.org) ≥ 20
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
curl -fsSL https://bun.sh/install | bash
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
bun install -g @rafaeelricco/commit-tools
|
|
28
|
-
# or
|
|
29
23
|
npm install -g @rafaeelricco/commit-tools
|
|
30
24
|
```
|
|
31
25
|
|