geeto 0.1.0-beta.0 → 0.1.0-beta.2

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 +8 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,10 @@
2
2
 
3
3
  > AI-Powered Git Workflow Automation
4
4
 
5
- [![npm version](https://badge.fury.io/js/%40geeto%2Fcore.svg)](https://badge.fury.io/js/%40geeto%2Fcore)
5
+ [![Support Palestine](https://raw.githubusercontent.com/Safouene1/support-palestine-banner/master/banner-support.svg)](https://kitabisa.com/campaign/celenganwargapalestina)
6
+
7
+ [![StandWithPalestine badge](https://raw.githubusercontent.com/Safouene1/support-palestine-banner/master/StandWithPalestine.svg)](https://s.id/standwithpalestine)
8
+ [![npm version](https://badge.fury.io/js/geeto.svg)](https://badge.fury.io/js/geeto)
6
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
8
11
 
@@ -22,9 +25,9 @@ Streamline your Git workflow with intelligent branch naming, commit messages, an
22
25
  ### NPM/Bun
23
26
 
24
27
  ```bash
25
- npm install -g @geeto/core
28
+ npm install -g geeto
26
29
  # or
27
- bun install -g @geeto/core
30
+ bun install -g geeto
28
31
  ```
29
32
 
30
33
  ### From Source
@@ -40,9 +43,9 @@ curl -fsSL https://raw.githubusercontent.com/rust142/geeto/main/tools/install.sh
40
43
  ### NPM/Bun
41
44
 
42
45
  ```bash
43
- npm uninstall -g @geeto/core
46
+ npm uninstall -g geeto
44
47
  # or
45
- bun remove -g @geeto/core
48
+ bun remove -g geeto
46
49
  ```
47
50
 
48
51
  ### From Source
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "geeto",
3
- "version": "0.1.0-beta.0",
4
- "description": "Git flow automation CLI tool with AI-powered (Gemini, GitHub Copilot, OpenRouter)",
3
+ "version": "0.1.0-beta.2",
4
+ "description": "AI-powered Git workflow automation CLI with smart commit messages, branch naming, and Trello integration",
5
5
  "author": {
6
6
  "email": "amdev142@gmail.com",
7
7
  "name": "Agung Maulana Malik",