create-craftjs 1.0.10 → 1.0.12

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
@@ -1,10 +1,10 @@
1
- # CraftJS
1
+ # 🚀 CraftJS
2
2
 
3
3
  A starter kit backend powered by Express, TypeScript, EJS Engine, and Prisma — designed for rapid development, simplicity, and scalability.
4
4
 
5
5
  ---
6
6
 
7
- ## Features
7
+ ## Features
8
8
 
9
9
  - **Express.js** based API architecture
10
10
  - **TypeScript** support out of the box
@@ -36,9 +36,9 @@ res.render("index", { title: "Home Page" });
36
36
  });
37
37
  ```
38
38
 
39
- ## Getting Started
39
+ ## 🛠 Getting Started
40
40
 
41
- ### Scaffold a New Project
41
+ ### 📦 Scaffold a New Project
42
42
 
43
43
  ```bash
44
44
  npx create-craftjs my-app
@@ -61,7 +61,7 @@ cd my-app
61
61
  ```bash
62
62
  npm install
63
63
  node craft key:generate
64
- node craft generate
64
+ node craft db:generate
65
65
  node craft db:migrate
66
66
  node craft dev
67
67
  ```
@@ -74,7 +74,7 @@ node craft help
74
74
 
75
75
  ---
76
76
 
77
- ## Project Structure
77
+ ## 📦 Project Structure
78
78
 
79
79
  ```
80
80
  my-app/
@@ -110,7 +110,7 @@ my-app/
110
110
 
111
111
  ---
112
112
 
113
- ## Scripts
113
+ ## 📚 Scripts
114
114
 
115
115
  | Command | Description |
116
116
  | ----------------------- | ------------------------------ |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-craftjs",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "A starter kit backend framework powered by Express, TypeScript, EJS Engine, and Prisma — designed for rapid development, simplicity, and scalability.",
5
5
  "bin": {
6
6
  "create-craftjs": "bin/index.js"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "craftjs",
3
3
  "description": "A starter kit backend framework powered by Express, TypeScript, EJS Engine, and Prisma — designed for rapid development, simplicity, and scalability.",
4
- "version": "1.0.10",
4
+ "version": "1.0.12",
5
5
  "keywords": [
6
6
  "express",
7
7
  "typescript",