@m.hesari/plexus-linux-x64 0.1.15 → 0.1.17
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 +12 -15
- package/bin/plexus +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
```text
|
|
4
|
-
# 🧬 Plexus
|
|
1
|
+
## 🧬 Plexus
|
|
5
2
|
|
|
6
3
|
**A high-performance, terminal-based task runner and process manager built for speed.**
|
|
7
4
|
|
|
8
|
-
Plexus is a developer-centric tool designed to orchestrate complex task workflows with a modern Terminal User Interface (TUI). Whether you're managing microservices, long-running build pipelines, or complex monorepos, Plexus provides the observability and control you need directly in your terminal.
|
|
5
|
+
Plexus is a developer-centric tool designed to orchestrate complex task workflows with a modern Terminal User Interface (TUI). Whether you're managing microservices, long-running build pipelines, or complex monorepos, Plexus provides the observability and control you need directly in your terminal.
|
|
9
6
|
|
|
10
7
|
---
|
|
11
8
|
|
|
12
9
|
## ✨ Features
|
|
13
10
|
|
|
14
|
-
- **Native Performance:** Built with **Rust** for near-zero overhead and memory safety.
|
|
15
|
-
- **Modern TUI:** Interactive interface powered by `ratatui` for real-time process monitoring.
|
|
16
|
-
- **Cross-Platform:** Native binaries distributed via npm for Linux (x64/ARM), macOS, and Windows.
|
|
17
|
-
- **Developer-First:** Designed to work seamlessly in `pnpm` monorepos and advanced development environments.
|
|
11
|
+
- **Native Performance:** Built with **Rust** for near-zero overhead and memory safety.
|
|
12
|
+
- **Modern TUI:** Interactive interface powered by `ratatui` for real-time process monitoring.
|
|
13
|
+
- **Cross-Platform:** Native binaries distributed via npm for Linux (x64/ARM), macOS, and Windows.
|
|
14
|
+
- **Developer-First:** Designed to work seamlessly in `pnpm` monorepos and advanced development environments.
|
|
18
15
|
|
|
19
16
|
---
|
|
20
17
|
|
|
@@ -42,7 +39,7 @@ npm install -g @m.hesari/plexus
|
|
|
42
39
|
|
|
43
40
|
## 🛠 Configuration
|
|
44
41
|
|
|
45
|
-
Plexus looks for a configuration file in your project root (e.g., `plexus.json`).
|
|
42
|
+
Plexus looks for a configuration file in your project root (e.g., `plexus.json`).
|
|
46
43
|
|
|
47
44
|
```json
|
|
48
45
|
{
|
|
@@ -58,16 +55,16 @@ Plexus looks for a configuration file in your project root (e.g., `plexus.json`)
|
|
|
58
55
|
|
|
59
56
|
## 📦 Architecture
|
|
60
57
|
|
|
61
|
-
Plexus uses a **hybrid distribution model**:
|
|
58
|
+
Plexus uses a **hybrid distribution model**:
|
|
62
59
|
|
|
63
|
-
1. **Core:** High-performance Rust binaries tailored for specific CPU architectures.
|
|
64
|
-
2. **Wrapper:** A lightweight Node.js loader that detects your system profile (OS/Arch) and executes the correct native binary.
|
|
60
|
+
1. **Core:** High-performance Rust binaries tailored for specific CPU architectures.
|
|
61
|
+
2. **Wrapper:** A lightweight Node.js loader that detects your system profile (OS/Arch) and executes the correct native binary.
|
|
65
62
|
|
|
66
63
|
---
|
|
67
64
|
|
|
68
65
|
## 🏗 Development
|
|
69
66
|
|
|
70
|
-
If you want to build Plexus from source:
|
|
67
|
+
If you want to build Plexus from source:
|
|
71
68
|
|
|
72
69
|
1. **Clone the repo:**
|
|
73
70
|
```bash
|
|
@@ -86,4 +83,4 @@ If you want to build Plexus from source:[cite: 1]
|
|
|
86
83
|
|
|
87
84
|
## 📄 License
|
|
88
85
|
|
|
89
|
-
Distributed under the MIT License. See `LICENSE` for more information.
|
|
86
|
+
Distributed under the MIT License. See `LICENSE` for more information.
|
package/bin/plexus
CHANGED
|
Binary file
|