You've already forked wizgit-vscode-extension
57 lines
2.1 KiB
Markdown
57 lines
2.1 KiB
Markdown
# WizGIT for VS Code
|
|
|
|

|
|

|
|
|
|
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!** |