create-nexo 1.5.0 → 1.6.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 +3 -0
- package/dist/bin/nexo.js +193 -191
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -24,6 +24,8 @@ NEXO combines a cutting-edge tech stack with a powerful orchestration engine for
|
|
|
24
24
|
- 🧱 **Scalable Architecture** — Professionally scaffolded **FSD**, **Feature-based**, and **Clean Architecture** patterns.
|
|
25
25
|
- 🧠 **AI-Native Context** — Auto-generated `.nexo/ai-context.md` for perfect alignment with modern AI coding agents.
|
|
26
26
|
- ⚡ **Instant Setup** — Zero-latency I/O with memory-resident `package.json` management; saved exactly once per project.
|
|
27
|
+
- 💾 **Custom Presets** — Save and reuse your favorite tech stacks (`~/.nexo/presets.json`) for one-click project creation.
|
|
28
|
+
- ⚡ **Smart Prefetching** — Background caching for **npm**, **pnpm**, and **yarn** during setup, reducing install time by up to 70%.
|
|
27
29
|
- 🚀 **Atomic Orchestration** — Combined Git operations and parallel module loading for lightning-fast command execution.
|
|
28
30
|
- 🛠️ **Unified Maintenance** — Total project health, security, and bundle auditing via the single `check` command.
|
|
29
31
|
- 👀 **Dry Run Safety** — Preview every file and structural change before they ever touch your disk.
|
|
@@ -34,6 +36,7 @@ NEXO combines a cutting-edge tech stack with a powerful orchestration engine for
|
|
|
34
36
|
- 🔄 **Network Resilience** — Exponential backoff retry logic with GitHub rate limit detection and offline error guidance.
|
|
35
37
|
- 🏎️ **Optimized npm** — High-performance `npm` strategy with offline caching and audit bypass for 30% faster installs.
|
|
36
38
|
- 📊 **Auto Version Resolution** — Automatically fetches latest package versions with graceful fallback to stable defaults.
|
|
39
|
+
- 📈 **Install Stats** — Detailed performance metrics and caching summaries after every installation.
|
|
37
40
|
|
|
38
41
|
---
|
|
39
42
|
|