Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:49 +08:00
commit e0f07bb99a
4 changed files with 1071 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "mozdata",
"description": "Mozilla telemetry discovery and BigQuery query assistance for Glean telemetry data",
"version": "0.0.3",
"author": {
"name": "akomar"
},
"commands": [
"./commands/"
]
}