0.3.1 • Published 7 months ago

frgen v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Generator

Resource

  • make:resource "className" "tableName"
npx frgen make:resource UserResource users
  • shema --schema=schemaName
npx frgen make:resource UserResource users --schema=other_schema

Controller

  • make:controller "className" "tableName"
npx frgen make:controller UserController users --prisma
  • shema --schema=schemaName
npx frgen make:controller UserController users --schema=other_schema --prisma
  • path --path=/directory/.../target
npx frgen make:controller UserController users --path=/directory/.../target --prisma

Service

  • make:service "ServiceName" "tableName"
npx frgen make:service UserService users --prisma
  • shema --schema=schemaName
npx frgen make:service UserService users --schema=other_schema --prisma
  • path --path=/directory/.../target
npx frgen make:service UserService users --path=/directory/.../target --prisma

Validation

  • make:validation "ValidationName" "tableName"
npx frgen make:validation UserValidation users
  • shema --schema=schemaName
npx frgen make:validation UserValidation users --schema=other_schema

ALL

  • make:crud "className" "tableName"
npx frgen make:crud --prisma
  • shema --schema=schemaName
npx frgen make:crud --schema=other_schema --prisma
0.3.1

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.2.5

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.4

7 months ago

0.2.1

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.9

7 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago