Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 522 Bytes

File metadata and controls

25 lines (20 loc) · 522 Bytes

Codegen

A lot of operations in the project require codegen, such as generating APIs from swagger documentation, generating ent schema, and generating dependency injection implementations.

The following commands can be used to generate the required code.

Generate the swagger documentation

just openapi

Generate the ent schema

just ent

Generate dependency injection

just wire

Generate all

All the above codegen commands can be combined into one:

just