create-nexo 1.3.2 → 1.4.1

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.
Files changed (3) hide show
  1. package/README.md +11 -7
  2. package/dist/bin/nexo.js +164 -163
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <div align="center">
1
+ <div align="center">
2
2
 
3
3
  # 🚀 NEXO CLI
4
4
  **Next-generation, extensible CLI for scaffolding and orchestrating modern frontend projects**
@@ -14,14 +14,13 @@
14
14
 
15
15
  ---
16
16
 
17
- ## Core Features & Ecosystem
17
+ ## 🎯 Core Features & Ecosystem
18
18
 
19
19
  NEXO combines a cutting-edge tech stack with a powerful orchestration engine for an elite development experience.
20
20
 
21
21
  - ⚛️ **Modern Foundation** — Native **React 19** support with **React Compiler**, built for speed on the leading **Vite** engine.
22
- - 📝 **TypeScript First** — Strict **TS 5.7+** standards out of the box for ultimate type safety and reliability.
22
+ - 📜 **TypeScript First** — Strict **TS 5.7+** standards out of the box for ultimate type safety and reliability.
23
23
  - 🎨 **Visual Excellence** — Premier styling with **Tailwind CSS v4**, Sass, and official **shadcn/ui** and **HeroUI** integrations.
24
- - 🌍 **RTL & Localization** — Specialized support for **Arabic (RTL)** layouts and professional typography standards.
25
24
  - 🧱 **Scalable Architecture** — Professionally scaffolded **FSD**, **Feature-based**, and **Clean Architecture** patterns.
26
25
  - 🧠 **AI-Native Context** — Auto-generated `.nexo/ai-context.md` for perfect alignment with modern AI coding agents.
27
26
  - ⚡ **Instant Setup** — Zero-latency I/O with memory-resident `package.json` management; saved exactly once per project.
@@ -29,6 +28,10 @@ NEXO combines a cutting-edge tech stack with a powerful orchestration engine for
29
28
  - 🛠️ **Unified Maintenance** — Total project health, security, and bundle auditing via the single `check` command.
30
29
  - 👀 **Dry Run Safety** — Preview every file and structural change before they ever touch your disk.
31
30
  - 📦 **Zero-Dependency Binary** — Entire CLI is bundled into a single file (~226KB) for instant installation and startup.
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
+ - 🛡️ **Conflict-Free Deps** — Automatically handles peer dependency conflicts (`--legacy-peer-deps`) common in modern React project trees.
34
+ - 🏎️ **Optimized npm** — High-performance `npm` strategy with offline caching and audit bypass for 30% faster installs.
32
35
 
33
36
  ---
34
37
 
@@ -53,11 +56,12 @@ nexo create my-app
53
56
  | Command | Description |
54
57
  |---------|-------------|
55
58
  | `nexo create` | Start a new project with interactive prompts |
59
+ | `nexo create --audit` | Enable security audit during installation |
60
+ | `nexo create --strict` | Enable strict dependency resolution |
61
+ | `nexo create --template` | Clone a project from a GitHub template |
56
62
  | `nexo wizard` | Guided project creation for beginners |
57
63
  | `nexo presets` | List and use optimized project presets |
58
64
  | `nexo check` | Run system & project health checks |
59
- | `nexo check --system` | Check system environment only (Node, npm, Git) |
60
- | `nexo check --project` | Check project health only (security, lockfiles, bundle) |
61
65
  | `nexo update` | Self-update Nexo CLI to the latest version |
62
66
 
63
67
  ---
@@ -89,7 +93,7 @@ Nexo is designed for the age of AI. Every project includes:
89
93
  - **Architecture Context**: Explains project structure and patterns to AI agents for perfect code generation.
90
94
  ---
91
95
 
92
- ## 🔧 Development & Contribution
96
+ ## 🛠️ Development & Contribution
93
97
 
94
98
  ```bash
95
99
  git clone https://github.com/Moshaban09/create-nexo.git