add example code generator
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "@your-org/asyncapi-python-template",
|
||||
"version": "1.0.0",
|
||||
"description": "Custom Python async client generator for AsyncAPI",
|
||||
"generator": {
|
||||
"supportedProtocols": ["mqtt", "kafka", "nats"],
|
||||
"parameters": {
|
||||
"client_name": {
|
||||
"description": "Name of the generated client class",
|
||||
"default": "AsyncClient",
|
||||
"required": false
|
||||
},
|
||||
"async_mode": {
|
||||
"description": "Enable async/await support",
|
||||
"default": true,
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@asyncapi/generator-react-sdk": "^1.1.0",
|
||||
"@asyncapi/modelina": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user