create-moria 0.4.2 → 0.4.3

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > create-moria@0.4.2 build C:\Codes\node\2026\github\moriajs\packages\create-moria
2
+ > create-moria@0.4.3 build C:\Codes\node\2026\github\moriajs\packages\create-moria
3
3
  > tsc
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > create-moria@0.0.1 typecheck C:\Codes\node\2026\github\moriajs\packages\create-moria
2
+ > create-moria@0.4.2 typecheck C:\Codes\node\2026\github\moriajs\packages\create-moria
3
3
  > tsc --noEmit
4
4
 
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # create-moria
2
+
3
+ The quickest way to start a new MoriaJS project.
4
+
5
+ ## Usage
6
+
7
+ ```bash
8
+ pnpm create moria
9
+ # or
10
+ npm create moria@latest
11
+ ```
12
+
13
+ Follow the interactive prompts to set up your new MoriaJS application.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-moria",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "type": "module",
5
5
  "description": "Create a new MoriaJS project",
6
6
  "main": "./dist/index.js",