Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:33 +08:00
commit d090f2f790
5 changed files with 652 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "sys-maint",
"description": "System maintenance and cleanup utilities for Docker, disk space, and developer environments",
"version": "1.0.0",
"author": {
"name": "irfansofyana"
},
"commands": [
"./commands"
]
}