0.3.1 • Published 6 months ago

frgen v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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

6 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.9

6 months ago

0.2.8

6 months ago

0.2.5

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.4

6 months ago

0.2.1

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.9

6 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.4

7 months ago

0.1.3

7 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

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago