add example code generator

This commit is contained in:
marys
2026-06-03 10:36:11 +02:00
parent b4ad1d2fd7
commit 03b5f3c2ea
17 changed files with 308 additions and 56 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "python-mqtt-client-template",
"version": "0.0.1",
"description": "A template that generates a Python FastStream NATS client.",
"description": "A template that generates a Python MQTT client using MQTT.",
"generator": {
"apiVersion": "v1",
"apiVersion": "v3",
"generator": ">=2.0.0 <4.0.0",
"supportedProtocols": ["faststream", "nats"]
"supportedProtocols": ["mqtt"]
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^0.2.25"