https://github.com/unit-mesh/auto-dev-idea-repository
the Intellij IDEA Custom Plugin Repository
https://github.com/unit-mesh/auto-dev-idea-repository
Last synced: about 1 year ago
JSON representation
the Intellij IDEA Custom Plugin Repository
- Host: GitHub
- URL: https://github.com/unit-mesh/auto-dev-idea-repository
- Owner: unit-mesh
- License: mit
- Created: 2025-03-19T05:10:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T08:12:44.000Z (about 1 year ago)
- Last Synced: 2025-04-24T03:46:50.319Z (about 1 year ago)
- Language: Python
- Homepage: https://plugin.unitmesh.cc/updatePlugins.xml
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto-dev-idea-repository
the Intellij IDEA Custom Plugin Repository
1. Go to `Settings` → `Plugins` → `Marketplace` → `Manage Plugin Repositories`
2. Add the following URL:
```
https://plugin.unitmesh.cc/updatePlugins.xml
```
## Running Locally
```bash
npm i -g vercel
vercel dev
```
Your Flask application is now available at `http://localhost:3000`.