Initial Commit

This commit is contained in:
2025-12-17 10:20:17 +08:00
commit 1c945795bf
11 changed files with 3499 additions and 0 deletions

57
README.md Normal file
View File

@@ -0,0 +1,57 @@
# WizGIT for VS Code
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/your-publisher.wizgit-in-vscode?style=for-the-badge&label=Marketplace)
![License](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)
Your intelligent coding companion for repository management, right inside Visual Studio Code. WizGIT simplifies repository creation and management with seamless API integration.
## Features
* **Repository Creation:** Easily create new repositories on WizGit directly from VS Code using the WizGit API.
* **Secure Authentication:** Safely authenticate using your WizGit Personal Access Token.
* **Progress Tracking:** Visual progress indication during repository creation with detailed status updates.
* **Error Handling:** Comprehensive error reporting for troubleshooting API issues.
## Requirements
* Visual Studio Code v1.74.0 or newer.
* A valid WizGit account with API access.
* Personal Access Token from your WizGit instance.
## Usage
1. Open the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`)
2. Run the command: `WizGIT: Create Repository`
3. Follow the prompts to enter:
- Your WizGit API endpoint (e.g., `https://wizgit.com/api/v1`)
- Your Personal Access Token
- Repository name
- Repository description (optional)
The extension will create the repository and notify you of the result.
## Commands
* `WizGIT: Create Repository` - Creates a new repository on your WizGit instance
## Extension Settings
Currently, this extension does not contribute any settings. All configuration is done through the interactive prompts when creating a repository.
## Known Issues
* Network connectivity issues may cause repository creation to fail.
* Please report any bugs or feature requests on our [GitHub Issues](https://github.com/your-repo/wizgit-in-vscode/issues) page.
## Release Notes
### 0.0.1
Initial release of WizGIT.
* Core feature: Create repositories via WizGit API.
* Interactive prompts for API configuration.
* Progress tracking and error handling.
---
**Enjoy streamlined repository management with WizGIT!**