@terminal-code/cli 0.2.3 → 0.2.5
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 +9 -35
- package/binaries/terminal-code-linux-x86_64 +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,22 +5,9 @@ Single binary distribution for CloudIDE Pro - like `claude-code` but for termina
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g @terminal-code
|
|
9
|
-
terminal-code
|
|
8
|
+
npm install -g @your-org/terminal-code
|
|
10
9
|
```
|
|
11
10
|
|
|
12
|
-
That's it! No complex setup, no dependencies to manage.
|
|
13
|
-
|
|
14
|
-
## ✨ What You Get
|
|
15
|
-
|
|
16
|
-
- 🖥️ **Full VS Code IDE** in your browser
|
|
17
|
-
- 👥 **Multi-workspace management** - isolated development environments
|
|
18
|
-
- 🔐 **User authentication** - secure workspace isolation
|
|
19
|
-
- 📊 **Workspace analytics** - track usage and activity
|
|
20
|
-
- 🔄 **Git integration** - clone repos directly into workspaces
|
|
21
|
-
- 🌐 **Flexible access** - ngrok tunneling or direct domain
|
|
22
|
-
- 📦 **Download-on-first-run** - downloads runtime (~590MB) on first use, then works offline
|
|
23
|
-
|
|
24
11
|
## Usage
|
|
25
12
|
|
|
26
13
|
```bash
|
|
@@ -30,33 +17,20 @@ terminal-code
|
|
|
30
17
|
# Use custom config
|
|
31
18
|
terminal-code --config config/dev.yaml
|
|
32
19
|
|
|
33
|
-
# Download runtime dependencies manually
|
|
34
|
-
terminal-code --setup
|
|
35
|
-
|
|
36
20
|
# Show help
|
|
37
21
|
terminal-code --help
|
|
38
22
|
```
|
|
39
23
|
|
|
40
|
-
## 🔧 How It Works
|
|
41
|
-
|
|
42
|
-
1. **Install**: `npm install -g @terminal-code/cli` (downloads ~10MB orchestrator)
|
|
43
|
-
2. **First Run**: Downloads runtime components from GitHub releases (~590MB VS Code + ~27MB backend)
|
|
44
|
-
3. **Subsequent Runs**: Instant startup, everything cached locally at `~/.terminal-code/`
|
|
45
|
-
4. **Workspace Creation**: Each workspace gets dedicated VS Code server
|
|
46
|
-
5. **Access**: Open browser to your configured URL
|
|
47
|
-
|
|
48
24
|
## Features
|
|
49
25
|
|
|
50
|
-
- ✅
|
|
51
|
-
- ✅
|
|
52
|
-
- ✅
|
|
53
|
-
- ✅
|
|
54
|
-
- ✅
|
|
55
|
-
- ✅
|
|
26
|
+
- ✅ Single binary (no complex setup)
|
|
27
|
+
- ✅ Bundled Python backend
|
|
28
|
+
- ✅ VS Code server integration
|
|
29
|
+
- ✅ Cross-platform (Linux, macOS, Windows)
|
|
30
|
+
- ✅ Auto-detects project structure
|
|
31
|
+
- ✅ Supports ngrok tunneling and direct domains
|
|
56
32
|
|
|
57
33
|
## Requirements
|
|
58
34
|
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
- **Disk**: 600MB for runtime + workspace storage
|
|
62
|
-
- **Network**: Internet connection for initial setup only
|
|
35
|
+
- Caddy web server (auto-installs on some systems)
|
|
36
|
+
- Optional: ngrok for tunneling
|
|
Binary file
|