0.3.1 • Published 5 months ago

frgen v0.3.1

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

5 months ago

0.2.7

5 months ago

0.2.6

5 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.2.5

5 months ago

0.2.3

5 months ago

0.2.2

5 months ago

0.2.4

5 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

6 months ago

0.1.5

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago