Skip to content

Commit d641343

Browse files
committed
refactor: restructure project for React Query code generation and example workflows
This commit introduces several significant changes: - Renamed project to @lightbase/react-query-codegen - Updated package.json with new project details and dependencies - Removed CLI and test-specific files - Added comprehensive example generation workflow - Enhanced code generation for multiple API specifications - Improved type resolution and code generation across generators
1 parent 2bc2e38 commit d641343

24 files changed

+14972
-190
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
33
"files": {
4-
"ignore": ["node_modules/**/*", "test/**/*", "dist/**/*"]
4+
"ignore": ["node_modules/**/*", "example/**/*", "dist/**/*"]
55
},
66
"organizeImports": {
77
"enabled": true

example-config.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

example/configs/test-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"specSource": [
3+
"https://api.diks.acc.lightbase.nl/_compas/structure.json?format=openapi",
4+
"https://api.jaarbeurs.acc.lightbase.nl/_compas/structure.json?format=openapi",
5+
"https://app.yourtravis.com/docs/api/location_api"
6+
],
7+
"exportDir": "./test/generated"
8+
}

0 commit comments

Comments
 (0)