@codeenthusiast09/create-express-app 1.0.0 → 1.0.1
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @codeenthusiast09/create-express-app
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@codeenthusiast09/create-express-app)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
3
6
|
CLI tool to generate production-ready Express TypeScript projects with flexible database options.
|
|
4
7
|
|
|
5
8
|
## Usage
|
|
@@ -69,7 +72,7 @@ The CLI will ask you:
|
|
|
69
72
|
|
|
70
73
|
```bash
|
|
71
74
|
# Clone the repository
|
|
72
|
-
git clone
|
|
75
|
+
git clone https://github.com/CodeEnthusiast09/create-express-app.git
|
|
73
76
|
cd create-express-app
|
|
74
77
|
|
|
75
78
|
# Install dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeenthusiast09/create-express-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "CLI tool to generate production-ready Express TypeScript projects with flexible database options (MongoDB, PostgreSQL with Prisma or Drizzle)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|