@chahuadev/framework 5.0.4 → 5.0.5

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 (2) hide show
  1. package/README.md +22 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,27 @@
1
+ # @chahuadev/framework
1
2
 
2
3
  The official core executable framework for Chahuadev.
3
4
 
4
5
  <p align="center">
5
- <img src="https://github.com/saharuthc-art/chahuadev-framework/blob/39932ffc5482af35968c1d217d0c07613e13e6fc/chahuadev.png" width="600" alt="Chahuadev Framework">
6
+ <img src="https://huggingface.co/datasets/chahuadev/chahuadev-framework-binaries/resolve/main/chahuadev-framework-binaries.png" width="600" alt="Chahuadev Framework">
7
+ </p>
8
+
9
+ <p align="center">
10
+ <a href="https://www.npmjs.com/package/@chahuadev/framework"><img src="https://img.shields.io/npm/v/@chahuadev/framework?style=for-the-badge&color=blue" alt="NPM Version"></a>
11
+ <a href="https://www.npmjs.com/package/@chahuadev/framework"><img src="https://img.shields.io/npm/dt/@chahuadev/framework?style=for-the-badge&color=success" alt="NPM Downloads"></a>
6
12
  </p>
7
13
 
8
14
  This package provides a seamless way to integrate and run the Chahuadev Framework directly from your Node.js environment or Command Line Interface (CLI).
9
15
 
16
+ > **Development Journey:** This framework is the proud result of **1 full year of dedicated development**. What began as a simple concept evolved into a highly advanced, secure, and robust architecture. Every line of code was meticulously crafted to ensure maximum stability and a premium experience for developers.
17
+
18
+ > **Multi-Platform Support:** This framework runs on **Windows (x64, ia32)** and **Linux (x64)**.
19
+ > Our system automatically detects your operating system and securely downloads the required binary behind the scenes.
20
+
21
+ ---
22
+
23
+ This package provides a seamless way to integrate and run the Chahuadev Framework directly from your Node.js environment or Command Line Interface (CLI).
24
+
10
25
  > **Multi-Platform Support:** This framework runs on **Windows (x64, ia32)** and **Linux (x64)**.
11
26
  > Our system automatically detects your operating system and downloads the required binary behind the scenes.
12
27
 
@@ -18,7 +33,7 @@ This package provides a seamless way to integrate and run the Chahuadev Framewor
18
33
  If you want to use the framework from your terminal anywhere on your system:
19
34
 
20
35
  ```bash
21
- npm install -g @chahuadev/framework --foreground-scripts
36
+ npm install -g @chahuadev/framework --foreground-scripts --force
22
37
  ```
23
38
 
24
39
  After installation, simply launch it:
@@ -35,29 +50,11 @@ The framework will:
35
50
  If you want to integrate the framework into your specific project:
36
51
 
37
52
  ```bash
38
- npm install -g @chahuadev/framework --foreground-scripts
53
+ npm install -g @chahuadev/framework --foreground-scripts --force
39
54
  ```
40
55
 
41
56
  ---
42
57
 
43
- ## Usage
44
-
45
- ### 1. Command Line Interface (CLI)
46
- If installed globally:
47
-
48
- ```bash
49
- # Simple launch
50
- chahuadev-framework
51
-
52
- # With arguments
53
- chahuadev-framework --dev-mode
54
- chahuadev-framework --help
55
- ```
56
-
57
-
58
- ---
59
-
60
-
61
58
 
62
59
  **When you install:**
63
60
  1. npm detects your OS and architecture
@@ -75,8 +72,8 @@ This ensures:
75
72
 
76
73
  | Platform | Architecture | Status | Format |
77
74
  |----------|-------------|--------|--------|
78
- | Windows | 64-bit (x64) | Supported | EXE/MSI |
79
- | Windows | 32-bit (ia32) | Supported | EXE/MSI |
75
+ | Windows | 64-bit (x64) | Supported | EXE |
76
+ | Windows | 32-bit (ia32) | Supported | EXE |
80
77
  | Linux | 64-bit (x64) | Supported | AppImage |
81
78
  | macOS | Intel (x64) | Coming Soon | DMG/App |
82
79
  | macOS | Apple Silicon (arm64) | Coming Soon | DMG/App |
@@ -102,13 +99,13 @@ This ensures:
102
99
  ### "Command not found: chahuadev-framework"
103
100
  Make sure you installed globally:
104
101
  ```bash
105
- npm install -g @chahuadev/framework --foreground-scripts
102
+ npm install -g @chahuadev/framework --foreground-scripts --force
106
103
  ```
107
104
 
108
105
  ### "Module not found"
109
106
  If using locally, ensure it's installed:
110
107
  ```bash
111
- npm install -g @chahuadev/framework --foreground-scripts
108
+ npm install -g @chahuadev/framework --foreground-scripts --force
112
109
  ```
113
110
 
114
111
  ### "Unsupported platform"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chahuadev/framework",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "Chahuadev Framework",
5
5
  "main": "index.js",
6
6
  "bin": {