schemas-codegen-cli
v0.3.2
Published
A minimal CLI to generate types (DTOs), from declarative config + schema repository
Readme
schemas-codegen (Node/TypeScript CLI)
A minimal CLI to generate types (DTOs), from declarative config + schema repository
Setup
npm i- install dependenciesnpm run build- build the project
Use from consumer repos
- Create codegen config (see codegen.example.yaml)
- Run
npx schemas-codegen generate <config.yaml>
