Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:35 +08:00
commit 2448fbf2fb
25 changed files with 2940 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "azure-iot",
"description": "Azure IoT services automation and scaffolding for IoT Edge modules, IoT Hub, and related services",
"version": "1.0.0",
"author": {
"name": "atc-net"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}