vs-code-ext-express-api-gen 🚀
AI-assisted Express API Generator Extension for Visual Studio Code.
Quickly create Express routes, endpoints, and modular API structures directly from the VS Code Title Bar and Explorer context menu.
🎯 Main Purpose
Using the StartEndPoint option from the VS Code Title Bar, developers can instantly generate route structures inside app.js.
🖼️ Workflow
Start Endpoint from VS Code
- Click StartEndPoint from the VS Code Title Bar
- Enter endpoint name
Example:
V1
- Extension automatically creates route configuration inside
app.js
Generated Output
app.use("/V1", require("./src/V1/routes"));
📁 Folder Structure
vs-code-ext-boilerplate
│
├── .vscode
├── Config
├── Public
├── node_modules
├── .env
├── .env.local
├── app.js
├── config.json
├── configLoader.js
├── package-lock.json
├── package.json
├── port.js
├── routes.js
└── server.js
🛠️ Command
| Command |
Description |
StartEndPoint |
Creates a new route entry in app.js |
💡 Why Use This Extension?
- Save backend development time
- Avoid repetitive route creation
- Maintain clean project structure
- Improve development productivity
🧠 Built With
📄 License
MIT License
⭐ Support
⭐ Star the Repository
(https://github.com/keshavsoft/vs-code-ext-express-api-gen)
🍴 Fork the Repository
(https://github.com/your-username/vs-code-ext-express-api-gen/fork)
🚀 Share with Developers
(https://marketplace.visualstudio.com/items?itemName=KeshavSoft.vs-code-ext-express-api-gen)
🛒 VS Code Marketplace Extension
(https://marketplace.visualstudio.com/items?itemName=KeshavSoft.vs-code-ext-express-api-gen)
| |