38 lines
1019 B
JSON
38 lines
1019 B
JSON
{
|
|
"items": [
|
|
{
|
|
"name": "datagen",
|
|
"slug": "datagen",
|
|
"title": "Datagen",
|
|
"status": "live",
|
|
"system": "station",
|
|
"type": "app",
|
|
"description": "Generate realistic test data via faker-backed generators.",
|
|
"path": "station/tools/datagen",
|
|
"url": "/station/tools/datagen/"
|
|
},
|
|
{
|
|
"name": "graphgen",
|
|
"slug": "graphgen",
|
|
"title": "Graphgen",
|
|
"status": "live",
|
|
"system": "station",
|
|
"type": "app",
|
|
"description": "Render the data model as an interactive graph (entities + FK edges).",
|
|
"path": "station/tools/graphgen",
|
|
"url": "/station/tools/graphgen/"
|
|
},
|
|
{
|
|
"name": "modelgen",
|
|
"slug": "modelgen",
|
|
"title": "Modelgen",
|
|
"status": "live",
|
|
"system": "station",
|
|
"type": "cli",
|
|
"description": "Generate platform-specific models (Pydantic, Django, Prisma) from JSON Schema.",
|
|
"path": "station/tools/modelgen",
|
|
"cli": "python -m modelgen"
|
|
}
|
|
]
|
|
}
|