1
- ![ screenshot] ( https://user-images.githubusercontent.com/58962/235918362-48efad34-8f7b-4420-81db-abfa0d7cafe7.jpg )
2
-
3
- <p align =" center " >
4
- <a href =" https://twitter.com/teaxyz " >
5
- <img
6
- src="https://img.shields.io/badge/-teaxyz-2675f5?logo=twitter&logoColor=fff"
7
- alt="Twitter" />
8
- </a >
9
- <a href =" https://discord.gg/JKzuqrW9 " >
10
- <img
11
- src="https://img.shields.io/discord/906608167901876256?label=discord&color=29f746"
12
- alt="Discord" />
13
- </a >
14
- <a href =" https://docs.tea.xyz " >
15
- <img
16
- src="https://img.shields.io/badge/-docs-2675f5?logoColor=fff&color=ff00ff&logo=gitbook"
17
- alt="Documentation & Manual" />
18
- </a >
19
- </p >
20
-
21
- tea/gui is the graphical app complement to [ ` tea/cli ` ] .
22
-
23
- Under the hood tea/gui installs and manages your packages with [ ` tea/cli ` ]
1
+ ![ pkgx.dev] ( https://pkgx.dev/banner.png )
2
+
3
+ ` ossapp ` is the graphical app complement to [ ` pkgx ` ] .
4
+
5
+ Under the hood ` ossapp ` installs and manages your packages with [ ` pkgx ` ]
24
6
while exposing additional functionality, features and informational touches
25
7
that complement and expand upon the nature of package management.
26
8
27
- To install the gui , visit: < https://tea.xyz/gui/ > and download the latest
28
- version. The gui auto-updates itself.
9
+ To install ` ossapp ` , visit: < https://pkgx.app > and download the latest
10
+ version. ` ossapp ` auto-updates itself.
29
11
30
12
  ;
31
13
32
- # Contributing to ` tea/gui `
14
+ # Contributing
33
15
34
16
If you have suggestions or ideas, start a [ discussion] . If we agree, we’ll
35
17
move it to an issue. Bug fixes straight to pull request or issue please!
36
18
37
19
## Anatomy
38
20
39
- tea/gui is a Svelte Electon app. The electron “backend” can be found in
21
+ ` ossapp ` is a Svelte Electron app. The electron “backend” can be found in
40
22
` electron/ ` , the Svelte “frontend” is in ` svelte/ ` .
41
23
42
24
The following technologies are used:
@@ -46,7 +28,7 @@ The following technologies are used:
46
28
- [ fontastic] ( https://fontastic.me )
47
29
- [ electron] ( http://electronjs.org )
48
30
49
- # Hacking on ` tea/gui `
31
+ # Hacking on ` ossapp `
50
32
51
33
``` sh
52
34
xc setup # only required once
@@ -58,7 +40,7 @@ xc dev # opens the app in dev mode
58
40
59
41
  ;
60
42
61
- # Internationalization / Translations
43
+ # i18n (Translating ` ossapp ` )
62
44
63
45
We’d love your help in translating the gui into different languages.
64
46
The translation related source code are all in ` ./svelte/src/libs/translations/* ` .
@@ -187,19 +169,6 @@ V="$(node -p "require('./package.json').version")"
187
169
tea gh release create " v$V "
188
170
```
189
171
190
-   ;
191
-
192
- # Dependencies
193
-
194
- [ ` tea/cli ` ] will automagically make these available to your environment.
195
-
196
- | Project | Version |
197
- | ---------- | -------- |
198
- | nodejs.org | =18.16.0 |
199
- | npmjs.com | >=9.7.2 |
200
- | xcfile.dev | >=0.4.1 |
201
- | python.org | ^3.11 |
202
-
203
- [ `tea/cli` ] : https://github.com/teaxyz/cli
172
+ [ `pkgx` ] : https://github.com/pkgxdev/pkgx
204
173
[ `xc` ] : https://xcfile.dev
205
- [ discussion ] : https://github.com/orgs/teaxyz /discussions
174
+ [ discussion ] : https://github.com/orgs/pkgxdev /discussions
0 commit comments