nestjs-prisma-cli 1.0.11 → 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,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# NestJS + Prisma Project Generator
|
|
2
2
|
|
|
3
3
|
[](#license)
|
|
4
4
|
|
|
@@ -6,23 +6,23 @@ A CLI tool to quickly scaffold a **NestJS + Prisma** project with pre-configured
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## NestJS Prisma Generator CLI
|
|
10
10
|
|
|
11
11
|
A CLI tool to quickly scaffold a **NestJS + Prisma** project with built-in support for:
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
13
|
+
- Prisma ORM with migrations and seeding
|
|
14
|
+
- Swagger (OpenAPI) setup
|
|
15
|
+
- Authentication boilerplate
|
|
16
|
+
- AWS S3 integration
|
|
17
|
+
- Logging via Winston (rotating logs and DB persistence)
|
|
18
18
|
|
|
19
19
|
Compatible with **Node.js >=18** and **NestJS v10+**.
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## Installation
|
|
24
24
|
|
|
25
|
-
###
|
|
25
|
+
### Quick Start Guide
|
|
26
26
|
|
|
27
27
|
Once the CLI is installed, you can use the following commands:
|
|
28
28
|
|
package/package.json
CHANGED