No description
.vscode | ||
patches | ||
public | ||
src | ||
.gitignore | ||
app.config.ts | ||
bun.lock | ||
bunfig.toml | ||
docker-compose.yml | ||
package.json | ||
README.md | ||
tsconfig.json |
Notes
APIS
Generate openapi client
- path to source yml or json
- path to output, will create a typescript file
example
bunx openapi-typescript .\src\features\content\apis\api.yml -o .\src\features\content\apis\api.generated.ts