@renxqoo/renx-code-win32-x64 0.0.40 → 0.0.46
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 +27 -27
- package/bin/renx.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
# @renxqoo/renx-code
|
|
2
|
-
|
|
3
|
-
Renx Code terminal AI coding assistant for the command line.
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install -g @renxqoo/renx-code
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Usage
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
renx
|
|
15
|
-
renx --help
|
|
16
|
-
renx --version
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## Supported Platforms
|
|
20
|
-
|
|
21
|
-
- macOS arm64
|
|
22
|
-
- macOS x64
|
|
23
|
-
- Linux arm64
|
|
24
|
-
- Linux x64
|
|
25
|
-
- Windows x64
|
|
26
|
-
|
|
27
|
-
Windows arm64 is not bundled yet because the current Bun compiler target matrix does not provide a native `bun-windows-arm64` executable target.
|
|
1
|
+
# @renxqoo/renx-code
|
|
2
|
+
|
|
3
|
+
Renx Code terminal AI coding assistant for the command line.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @renxqoo/renx-code
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
renx
|
|
15
|
+
renx --help
|
|
16
|
+
renx --version
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Supported Platforms
|
|
20
|
+
|
|
21
|
+
- macOS arm64
|
|
22
|
+
- macOS x64
|
|
23
|
+
- Linux arm64
|
|
24
|
+
- Linux x64
|
|
25
|
+
- Windows x64
|
|
26
|
+
|
|
27
|
+
Windows arm64 is not bundled yet because the current Bun compiler target matrix does not provide a native `bun-windows-arm64` executable target.
|
package/bin/renx.exe
CHANGED
|
Binary file
|