Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:07:21 +08:00
commit 65faf5cd95
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "refractor",
"description": "Refactor code following best practices and design patterns",
"version": "1.0.0",
"author": {
"name": " Anand Tyagi",
"url": "https://github.com/ananddtyagi"
},
"commands": [
"./commands"
]
}