A Simple WebUI Created with Tailwind for Fetching VSCode Extensions VSIX files from the Marketplace.
-
Visit the github pages website:
-
Search for your extension 🔍 or paste your extension url from vscode marketplace.
-
Click the download button! 👇
This project includes a GitHub Actions workflow that automatically deploys the website to GitHub Pages whenever changes are pushed to the main branch. The workflow:
- Checks out the repository code
- Copies the files to the gh-pages branch
- Deploys the content to GitHub Pages
To manually trigger a deployment, you can run the workflow from the "Actions" tab in your GitHub repository.