create-nexo 1.3.2 → 1.4.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.
Files changed (3) hide show
  1. package/README.md +34 -34
  2. package/dist/bin/nexo.js +160 -159
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- <div align="center">
1
+ <div align="center">
2
2
 
3
- # 🚀 NEXO CLI
3
+ # 🚀 NEXO CLI
4
4
  **Next-generation, extensible CLI for scaffolding and orchestrating modern frontend projects**
5
5
 
6
6
  [![npm version](https://img.shields.io/npm/v/create-nexo.svg?style=flat-square&color=cyan)](https://www.npmjs.com/package/create-nexo)
@@ -8,31 +8,32 @@
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=flat-square)](LICENSE)
9
9
  [![Node.js](https://img.shields.io/badge/Node.js-18+-green.svg?style=flat-square)](https://nodejs.org/)
10
10
 
11
- 🌐 **[Official Website](https://nexo-site-ten.vercel.app/)** | 📖 **[Documentation](./docs/cli.md)**
11
+ 🌐 **[Official Website](https://nexo-site-ten.vercel.app/)** | 📖 **[Documentation](./docs/cli.md)**
12
12
 
13
13
  </div>
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
- - ⚛️ **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.
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
- - 🧱 **Scalable Architecture** Professionally scaffolded **FSD**, **Feature-based**, and **Clean Architecture** patterns.
26
- - 🧠 **AI-Native Context** Auto-generated `.nexo/ai-context.md` for perfect alignment with modern AI coding agents.
27
- - **Instant Setup** Zero-latency I/O with memory-resident `package.json` management; saved exactly once per project.
28
- - 🚀 **Atomic Orchestration** Combined Git operations and parallel module loading for lightning-fast command execution.
29
- - 🛠️ **Unified Maintenance** Total project health, security, and bundle auditing via the single `check` command.
30
- - 👀 **Dry Run Safety** — Preview every file and structural change before they ever touch your disk.
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.
23
+ - 🎨 **Visual Excellence** — Premier styling with **Tailwind CSS v4**, Sass, and official **shadcn/ui** and **HeroUI** integrations.
24
+ - 🧱 **Scalable Architecture** — Professionally scaffolded **FSD**, **Feature-based**, and **Clean Architecture** patterns.
25
+ - 🧠 **AI-Native Context** — Auto-generated `.nexo/ai-context.md` for perfect alignment with modern AI coding agents.
26
+ - ⚡ **Instant Setup** — Zero-latency I/O with memory-resident `package.json` management; saved exactly once per project.
27
+ - 🚀 **Atomic Orchestration** — Combined Git operations and parallel module loading for lightning-fast command execution.
28
+ - 🛠️ **Unified Maintenance** — Total project health, security, and bundle auditing via the single `check` command.
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.
32
33
 
33
34
  ---
34
35
 
35
- ## 📦 Quick Start
36
+ ## 📦 Quick Start
36
37
 
37
38
  ```bash
38
39
  # Recommended (Instant execution)
@@ -48,40 +49,39 @@ nexo create my-app
48
49
 
49
50
  ---
50
51
 
51
- ## 🎯 Command Suite
52
+ ## 🎯 Command Suite
52
53
 
53
54
  | Command | Description |
54
55
  |---------|-------------|
55
56
  | `nexo create` | Start a new project with interactive prompts |
57
+ | `nexo create --template` | Clone a project from a GitHub template |
56
58
  | `nexo wizard` | Guided project creation for beginners |
57
59
  | `nexo presets` | List and use optimized project presets |
58
60
  | `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
61
  | `nexo update` | Self-update Nexo CLI to the latest version |
62
62
 
63
63
  ---
64
64
 
65
- ## 🎨 Tech Stack Ecosystem
65
+ ## 🎨 Tech Stack Ecosystem
66
66
 
67
67
  ### Build Variants
68
- - **React 19 + Compiler** The future of React with auto-memoization.
69
- - **TypeScript + Vite** Industry standard for speed and safety.
70
- - **SWC Transformation** Ultra-fast builds for massive projects.
68
+ - **React 19 + Compiler** — The future of React with auto-memoization.
69
+ - **TypeScript + Vite** — Industry standard for speed and safety.
70
+ - **SWC Transformation** — Ultra-fast builds for massive projects.
71
71
 
72
72
  ### Styling & UI
73
- - **Tailwind CSS v4** Utility-first with the latest engine features.
74
- - **shadcn/ui** Beautiful, accessible, and fully customizable.
75
- - **HeroUI** Feature-rich component libraries.
73
+ - **Tailwind CSS v4** — Utility-first with the latest engine features.
74
+ - **shadcn/ui** — Beautiful, accessible, and fully customizable.
75
+ - **HeroUI** — Feature-rich component libraries.
76
76
 
77
77
  ### State & Data
78
- - **Zustand / Redux Toolkit** Scalable state management.
79
- - **TanStack Query** Advanced caching and data synchronization.
80
- - **TanStack Router / React Router** Type-safe navigation.
78
+ - **Zustand / Redux Toolkit** — Scalable state management.
79
+ - **TanStack Query** — Advanced caching and data synchronization.
80
+ - **TanStack Router / React Router** — Type-safe navigation.
81
81
 
82
82
  ---
83
83
 
84
- ## 🧠 AI Integration
84
+ ## 🧠 AI Integration
85
85
 
86
86
  Nexo is designed for the age of AI. Every project includes:
87
87
  - **`.nexo/ai-context.md`**: A comprehensive source of truth for your stack, used by LLMs to provide more accurate code.
@@ -89,7 +89,7 @@ Nexo is designed for the age of AI. Every project includes:
89
89
  - **Architecture Context**: Explains project structure and patterns to AI agents for perfect code generation.
90
90
  ---
91
91
 
92
- ## 🔧 Development & Contribution
92
+ ## 🔧 Development & Contribution
93
93
 
94
94
  ```bash
95
95
  git clone https://github.com/Moshaban09/create-nexo.git
@@ -101,16 +101,16 @@ npm link
101
101
 
102
102
  ---
103
103
 
104
- ## 📄 License
104
+ ## 📄 License
105
105
 
106
- MIT © 2026 **Mohamed Shaban**
106
+ MIT © 2026 **Mohamed Shaban**
107
107
 
108
108
  ---
109
109
 
110
110
  <div align="center">
111
111
 
112
- **Built with ❤️ for the modern web**
112
+ **Built with ❤️ for the modern web**
113
113
 
114
- [Report Bug](https://github.com/Moshaban09/create-nexo/issues) [Request Feature](https://github.com/Moshaban09/create-nexo/issues)
114
+ [Report Bug](https://github.com/Moshaban09/create-nexo/issues) • [Request Feature](https://github.com/Moshaban09/create-nexo/issues)
115
115
 
116
116
  </div>