add LICENSE file and update README with detailed features and usage instructions

This commit is contained in:
2025-12-17 11:09:57 +08:00
parent 0f2f70324b
commit 067bad6eef
3 changed files with 129 additions and 30 deletions

View File

@@ -4,6 +4,11 @@
"description": "A VS Code extension to interact with WizGIT API for repository management.",
"version": "0.0.2",
"publisher": "TerenceCarrera",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://126.209.24.132/terence.carrera/wizgit-vscode-extension"
},
"engines": {
"vscode": "^1.74.0"
},