Skip to content

Commit bb5ab07

Browse files
committed
feat(generators/with-postgres): rename with-postgres to with-postgres-sequelize, add pluralize module
1 parent 64f5b14 commit bb5ab07

File tree

19 files changed

+6
-4
lines changed

19 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ $ yo create-service
7575
# or :with-mongo
7676
$ yo create-service:with-mongo
7777

78-
# or :with-postgres
79-
$ yo create-service:with-postgres
78+
# or :with-postgres-sequelize
79+
$ yo create-service:with-postgres-sequelize
8080

8181
# or :with-postgres-typeorm
8282
$ yo create-service:with-postgres-typeorm
@@ -95,11 +95,11 @@ This scaffolds out:
9595
│ ├── config
9696
│ │ ├── index.ts
9797
│ │   ├── mongo.ts (:with-mongo)
98-
│ │   └── postgres.ts (:with-postgres/:with-postgres-typeorm)
98+
│ │   └── postgres.ts (:with-postgres-sequelize/:with-postgres-typeorm)
9999
│ ├── db
100100
│ │   ├── mongo.ts (:with-mongo)
101101
│ │   ├── postgres.prisma (:with-postgres-prisma)
102-
│ │   └── postgres.ts (:with-postgres/:with-postgres-typeorm/:with-postgres-prisma)
102+
│ │   └── postgres.ts (:with-postgres-sequelize/:with-postgres-typeorm/:with-postgres-prisma)
103103
│ ├── app.ts
104104
│ ├── index.ts
105105
├── .dockerignore
File renamed without changes.

0 commit comments

Comments
 (0)