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.
- package/README.md +8 -5
- 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
|
-
[](https://kitabisa.com/campaign/celenganwargapalestina)
|
|
6
|
+
|
|
7
|
+
[](https://s.id/standwithpalestine)
|
|
8
|
+
[](https://badge.fury.io/js/geeto)
|
|
6
9
|
[](https://opensource.org/licenses/MIT)
|
|
7
10
|
[](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
|
|
28
|
+
npm install -g geeto
|
|
26
29
|
# or
|
|
27
|
-
bun install -g
|
|
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
|
|
46
|
+
npm uninstall -g geeto
|
|
44
47
|
# or
|
|
45
|
-
bun remove -g
|
|
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.
|
|
4
|
-
"description": "Git
|
|
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",
|