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
- # 🚀 NestJS + Prisma Project Generator
1
+ # NestJS + Prisma Project Generator
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#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
- ## 📦 NestJS Prisma Generator CLI
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
- - 🔧 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)
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
- ## 📥 Installation
23
+ ## Installation
24
24
 
25
- ### Quick Start Guide
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-prisma-cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A CLI to generate NestJS + Prisma project boilerplate with Swagger, Auth, and AWS S3 setup",
5
5
  "type": "module",
6
6
  "main": "bin/index.js",
@@ -10,7 +10,7 @@ on:
10
10
  env:
11
11
  AWS_REGION: ap-southeast-1
12
12
  ECR_REGISTRY: 339713129923.dkr.ecr.ap-southeast-1.amazonaws.com
13
- ECR_REPOSITORY: freshmoe-hrms-api
13
+ ECR_REPOSITORY: ecr-repository-name
14
14
 
15
15
  jobs:
16
16
  deploy: