@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # commit-tools
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.1.7-blue.svg)](#)
3
+ [![Version](https://img.shields.io/badge/version-0.2.0-blue.svg)](#)
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:** commit-tools requires the [Bun](https://bun.sh) runtime.
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