create-nexo 1.4.1 → 1.5.0
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 +4 -2
- package/dist/bin/nexo.js +177 -206
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -29,9 +29,11 @@ NEXO combines a cutting-edge tech stack with a powerful orchestration engine for
|
|
|
29
29
|
- 👀 **Dry Run Safety** — Preview every file and structural change before they ever touch your disk.
|
|
30
30
|
- 📦 **Zero-Dependency Binary** — Entire CLI is bundled into a single file (~226KB) for instant installation and startup.
|
|
31
31
|
- 🚚 **Multi-PM Support** — Native detection and optimization for **pnpm**, **Bun**, and **Yarn**.
|
|
32
|
-
- 🏗️ **Template Cloning** — Lightning-fast scaffolding using **GitHub templates** with `tiged` integration
|
|
33
|
-
- 🛡️ **
|
|
32
|
+
- 🏗️ **Template Cloning** — Lightning-fast scaffolding using **GitHub templates** with `tiged` integration and **3-retry resilience**.
|
|
33
|
+
- 🛡️ **Pre-Write Safety** — Permission checks, disk space validation (100MB+), and Windows **MAX_PATH** protection.
|
|
34
|
+
- 🔄 **Network Resilience** — Exponential backoff retry logic with GitHub rate limit detection and offline error guidance.
|
|
34
35
|
- 🏎️ **Optimized npm** — High-performance `npm` strategy with offline caching and audit bypass for 30% faster installs.
|
|
36
|
+
- 📊 **Auto Version Resolution** — Automatically fetches latest package versions with graceful fallback to stable defaults.
|
|
35
37
|
|
|
36
38
|
---
|
|
37
39
|
|