valence-cli 1.2.3 → 1.2.4
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 +5 -1
- package/README.original.md +5 -1
- package/dist/commands/add.js +1 -1
- package/dist/commands/build.js +1 -1
- package/dist/commands/codegen.js +1 -1
- package/dist/commands/doctor.js +1 -1
- package/dist/commands/generate.js +1 -1
- package/dist/commands/lifecycle.js +1 -1
- package/dist/commands/new.d.ts.map +1 -1
- package/dist/commands/new.js +1 -1
- package/dist/commands/new.js.map +1 -1
- package/dist/commands/publish.js +1 -1
- package/dist/commands/template.js +1 -1
- package/dist/index.js +1 -1
- package/dist/preview.gif +0 -0
- package/dist/templates/angular.d.ts +3 -3
- package/dist/templates/angular.d.ts.map +1 -1
- package/dist/templates/angular.js +1 -1
- package/dist/templates/angular.js.map +1 -1
- package/dist/templates/components.js +1 -1
- package/dist/templates/config.js +1 -1
- package/dist/templates/electron.js +1 -1
- package/dist/templates/index.js +1 -1
- package/dist/templates.js +1 -1
- package/dist/utils/logger.js +1 -1
- package/dist/utils/update.d.ts +1 -0
- package/dist/utils/update.d.ts.map +1 -1
- package/dist/utils/update.js +1 -1
- package/dist/utils/update.js.map +1 -1
- package/dist/utils/validation.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
<img src="https://img.shields.io/badge/Babylon.js-BBBBBB?style=for-the-badge&logo=babylondotjs&logoColor=white" alt="Babylon.js" />
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
|
+
<p align="center">
|
|
10
|
+
<img src="preview.gif" alt="Valence CLI Preview" width="600" />
|
|
11
|
+
</p>
|
|
12
|
+
|
|
9
13
|
> **The ultimate scaffolding tool for hybrid 3D applications.**
|
|
10
14
|
|
|
11
15
|
**Valence CLI** automates the creation and management of high-performance desktop applications using **Angular**, **Electron**, and **Babylon.js**. It provides a robust, pre-configured environment with TypeScript support, build orchestration, and "production-ready" defaults.
|
|
@@ -34,7 +38,7 @@ Scaffolds a new project with:
|
|
|
34
38
|
- **Electron**: TypeScript Main/Preload processes, securely configured.
|
|
35
39
|
- **Babylon.js**: Core dependencies pre-installed.
|
|
36
40
|
- **Forge**: configured for building `.exe` / `.zip` / installers.
|
|
37
|
-
- **Template**: Includes a rotating plane, FPS counter, and
|
|
41
|
+
- **Pro Template**: Includes a rotating wireframe plane, FPS counter, and real-time Camera Rotation (XYZ) tracker with a premium glassmorphic UI.
|
|
38
42
|
|
|
39
43
|
### `valence start`
|
|
40
44
|
Runs the application in **Development Mode**:
|
package/README.original.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
<img src="https://img.shields.io/badge/Babylon.js-BBBBBB?style=for-the-badge&logo=babylondotjs&logoColor=white" alt="Babylon.js" />
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
|
+
<p align="center">
|
|
10
|
+
<img src="preview.gif" alt="Valence CLI Preview" width="600" />
|
|
11
|
+
</p>
|
|
12
|
+
|
|
9
13
|
> **The ultimate scaffolding tool for hybrid 3D applications.**
|
|
10
14
|
|
|
11
15
|
**Valence CLI** automates the creation and management of high-performance desktop applications using **Angular**, **Electron**, and **Babylon.js**. It provides a robust, pre-configured environment with TypeScript support, build orchestration, and "production-ready" defaults.
|
|
@@ -34,7 +38,7 @@ Scaffolds a new project with:
|
|
|
34
38
|
- **Electron**: TypeScript Main/Preload processes, securely configured.
|
|
35
39
|
- **Babylon.js**: Core dependencies pre-installed.
|
|
36
40
|
- **Forge**: configured for building `.exe` / `.zip` / installers.
|
|
37
|
-
- **Template**: Includes a rotating plane, FPS counter, and
|
|
41
|
+
- **Pro Template**: Includes a rotating wireframe plane, FPS counter, and real-time Camera Rotation (XYZ) tracker with a premium glassmorphic UI.
|
|
38
42
|
|
|
39
43
|
### `valence start`
|
|
40
44
|
Runs the application in **Development Mode**:
|