nxcode-ide 1.0.0 → 1.0.1
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 +3 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,14 +11,9 @@ Chat AI, dan Database Manager dalam satu aplikasi desktop.
|
|
|
11
11
|
|
|
12
12
|
Paket npm dan aplikasi IDE memiliki siklus versi yang berbeda:
|
|
13
13
|
|
|
14
|
-
- `nxcode-ide
|
|
15
|
-
- Versi NxCode IDE terbaru dibaca dari
|
|
16
|
-
[nxdom.org/download.json](https://nxdom.org/download.json).
|
|
14
|
+
- Versi paket `nxcode-ide` menunjukkan versi downloader npm.
|
|
17
15
|
- Saat ini distribusi resmi menyediakan NxCode IDE `1.0.5`.
|
|
18
16
|
|
|
19
|
-
Karena metadata dibaca secara dinamis, downloader tidak perlu diperbarui setiap
|
|
20
|
-
kali versi IDE baru diterbitkan.
|
|
21
|
-
|
|
22
17
|
## Persyaratan
|
|
23
18
|
|
|
24
19
|
- Windows 10/11 64-bit untuk menjalankan installer
|
|
@@ -50,7 +45,7 @@ nxcode-ide install
|
|
|
50
45
|
|
|
51
46
|
Alurnya:
|
|
52
47
|
|
|
53
|
-
1.
|
|
48
|
+
1. Memeriksa versi dan installer resmi NxCode IDE.
|
|
54
49
|
2. Mencocokkan asset dengan GitHub Release.
|
|
55
50
|
3. Meminta persetujuan sebelum mengunduh installer.
|
|
56
51
|
4. Menampilkan progres download.
|
|
@@ -122,7 +117,7 @@ Versi terbaru dan tombol download tersedia di:
|
|
|
122
117
|
npm install --global nxcode-ide@latest
|
|
123
118
|
```
|
|
124
119
|
|
|
125
|
-
|
|
120
|
+
Downloader akan menggunakan rilis resmi NxCode IDE yang tersedia.
|
|
126
121
|
|
|
127
122
|
## Uninstall downloader
|
|
128
123
|
|