@remyyy/create-velox 0.0.1 → 0.0.2

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 +20 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @remyyy/create-velox
2
+
3
+ **Scaffolding tool for the Velox Framework**
4
+
5
+ Get started with Velox in seconds.
6
+
7
+ ## Usage
8
+
9
+ ```bash
10
+ npm create @remyyy/velox@latest
11
+ ```
12
+
13
+ This command will prompt you to select a template:
14
+
15
+ - **Vanilla TypeScript** (Recommended)
16
+ - **Vanilla JavaScript**
17
+
18
+ ## Documentation
19
+
20
+ For full documentation, visit the [main repository](https://github.com/TheRemyyy/velox-framework).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remyyy/create-velox",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },