create-nexo 1.2.1 โ†’ 1.3.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 CHANGED
@@ -14,35 +14,21 @@
14
14
 
15
15
  ---
16
16
 
17
- ## โœจ Core Ecosystem
18
-
19
- - ๐ŸŽฏ **Interactive CLI** โ€” Guided project setup with smart defaults and full color support.
20
- - ๐Ÿ“ **TypeScript First** โ€” Full type safety and modern TS 5.7+ standards out of the box.
21
- - โšก **Vite Powered** โ€” Lightning-fast development and builds for all project types.
22
- - ๐Ÿ”ฎ **Next.js Support** โ€” Comprehensive templates for App Router & Pages (Coming Soon).
23
- - ๐ŸŽจ **Modern Styling** โ€” Tailwind CSS v4, CSS Modules, Sass, and specialized RTL support.
24
- - ๐Ÿงฉ **UI Libraries** โ€” Official integration for shadcn/ui, Radix, Mantine, HeroUI, and Chakra.
25
- - ๐Ÿ“‹ **Forms & Validation** โ€” Optimized patterns for React Hook Form + Zod/Yup and Formik.
26
- - ๐Ÿ—ƒ๏ธ **State Management** โ€” Deeply integrated support for Zustand, Redux Toolkit, and Jotai.
27
- - ๐Ÿ›ฃ๏ธ **Routing** โ€” Multiple strategies: React Router v7, TanStack Router, and custom patterns.
28
- - ๐Ÿ”„ **Data Fetching** โ€” Best practices for TanStack Query (React Query), Axios, and Fetch.
29
- - ๐ŸŒ **i18n** โ€” Full internationalization support with i18next and Lingui presets.
30
- - ๐Ÿ” **Auth Templates** โ€” Battle-tested JWT and Auth.js (NextAuth) authentication patterns.
31
- - ๐Ÿ”ง **CI/CD** โ€” Production-ready GitHub Actions and environment configuration.
32
- - ๐Ÿ“ **Architecture** โ€” Supports Feature-based, FSD, Atomic Design, and Clean Architecture.
33
- - ๐ŸŽ **Presets** โ€” Instant setups for SaaS, Dashboard, Landing Pages, and Minimal apps.
34
- - ๐Ÿ‘€ **Dry Run Mode** โ€” Preview every file that will be created before touching your disk.
35
-
36
- ## ๐Ÿš€ Advanced NEXO Engine (v1.2.0+)
37
-
38
- - โšก **Persistent Disk Cache** โ€” Locally cached npm metadata for instant startup (<50ms).
39
- - ๐Ÿง  **AI-Native Context** โ€” Auto-generated `.nexo/ai-context.md` and modular Cursor rules.
40
- - ๐ŸŒ **Arabic Context Awareness** โ€” Specialized AI instructions for RTL, fonts, and local terminology.
41
- - ๐Ÿงช **Visual Testing** โ€” One-click Storybook or Ladle integration with automatic story generation.
42
- - ๐Ÿ›ก๏ธ **Security Hardening** โ€” SBOM generation (CycloneDX), zero-trust patterns, and secrets protection.
43
- - ๐Ÿ“Š **Project Analytics** โ€” Real-time bundle size estimates and Lighthouse heuristic predictions.
44
- - ๐Ÿ› ๏ธ **Maintenance Suite** โ€” Power tools for project health: `doctor`, `health`, `undo`, and `migrate`.
45
- - ๐Ÿ”— **API Client Store** โ€” Intelligent TS client generation from any OpenAPI/Swagger endpoint.
17
+ ## ๏ฟฝ Core Features & Ecosystem
18
+
19
+ NEXO combines a cutting-edge tech stack with a powerful orchestration engine for an elite development experience.
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.
31
+ - ๐Ÿ“ฆ **Zero-Dependency Binary** โ€” Entire CLI is bundled into a single file (~226KB) for instant installation and startup.
46
32
 
47
33
  ---
48
34
 
@@ -67,12 +53,11 @@ nexo create my-app
67
53
  | Command | Description |
68
54
  |---------|-------------|
69
55
  | `nexo create` | Start a new project with interactive prompts |
70
- | `nexo health` | Audit project security, lockfiles, and bundle health |
71
- | `nexo doctor` | Check system environment (Node, npm, Git, permissions) |
72
- | `nexo generate api` | Generate a TS client from a Swagger/OpenAPI URL |
73
- | `nexo migrate` | Turn any existing project into a Nexo-powered project |
74
- | `nexo undo` | Roll back the last generation command and clean up files |
75
- | `nexo docs generate`| Create comprehensive `ARCHITECTURE.md` for your project |
56
+ | `nexo wizard` | Guided project creation for beginners |
57
+ | `nexo presets` | List and use optimized project presets |
58
+ | `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) |
76
61
  | `nexo update` | Self-update Nexo CLI to the latest version |
77
62
 
78
63
  ---
@@ -87,7 +72,7 @@ nexo create my-app
87
72
  ### Styling & UI
88
73
  - **Tailwind CSS v4** โ€” Utility-first with the latest engine features.
89
74
  - **shadcn/ui** โ€” Beautiful, accessible, and fully customizable.
90
- - **Mantine / HeroUI** โ€” Feature-rich component libraries.
75
+ - **HeroUI** โ€” Feature-rich component libraries.
91
76
 
92
77
  ### State & Data
93
78
  - **Zustand / Redux Toolkit** โ€” Scalable state management.
@@ -102,7 +87,6 @@ Nexo is designed for the age of AI. Every project includes:
102
87
  - **`.nexo/ai-context.md`**: A comprehensive source of truth for your stack, used by LLMs to provide more accurate code.
103
88
  - **Modular Cursor Rules**: Specialized `.cursorrules` that adapt to your specific choices (React, Tailwind, Zustand, etc.).
104
89
  - **Architecture Context**: Explains project structure and patterns to AI agents for perfect code generation.
105
-
106
90
  ---
107
91
 
108
92
  ## ๐Ÿ”ง Development & Contribution
@@ -130,4 +114,3 @@ MIT ยฉ 2026 **Mohamed Shaban**
130
114
  [Report Bug](https://github.com/Moshaban09/create-nexo/issues) โ€ข [Request Feature](https://github.com/Moshaban09/create-nexo/issues)
131
115
 
132
116
  </div>
133
-