Overview Version History Q & A Rating & Review
Constellation Project Creator
🚀 Overview
Constellation Project Creator is a VS Code extension that creates complete, ready-to-use project structures for multiple frameworks. No more manual folder setup — just pick a framework and start coding!
✨ Features
🎯 5 frameworks supported : Node.js (Express), Java Spring Boot, PHP (Slim), C# ASP.NET Core, TypeScript
📁 Complete folder structure : Controllers, Models, Services, Repositories, Middleware, Config, Utils, DTOs, Validators, Routes
🎨 Frontend skeleton : HTML, CSS, JS files ready (empty, waiting for your code)
📄 Base files included : README.md, .gitignore, .env.example, LICENSE
⚡ One command setup : Just type project name, select framework, and you're ready to code!
🔧 Requirements
VS Code 1.120.0 or higher
Node.js (for JavaScript/TypeScript projects)
Java 17+ (for Spring Boot)
PHP 8+ (for Slim)
.NET 8+ (for C#)
📦 How to Use
Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
Type Constellation: Create New Project
Enter your project name
Select your framework
Done! Your project structure is ready
🧱 Generated Structure Example (Node.js)
my-project/
├── src/
│ ├── controllers/ (empty files)
│ ├── models/ (empty files)
│ ├── services/ (empty files)
│ ├── repositories/ (empty files)
│ ├── middleware/ (empty files)
│ ├── config/ (empty files)
│ ├── utils/ (empty files)
│ ├── dto/ (empty files)
│ ├── validators/ (empty files)
│ └── routes/ (empty files)
├── public/
│ ├── css/ (empty files)
│ ├── js/ (empty files)
│ └── images/ (empty folder)
├── tests/
├── docs/
├── scripts/
├── .vscode/
├── README.md
├── .gitignore
├── .env.example
├── LICENSE
└── package.json
🛠️ Commands
Command
Description
Constellation: Create New Project
Creates a new project with complete structure
📝 Release Notes
0.0.1
Initial release
Support for Node.js (Express)
Support for Java Spring Boot
Support for PHP (Slim)
Support for C# ASP.NET Core
Support for TypeScript
Complete folder structure for all frameworks
Base files (README, .gitignore, .env.example, LICENSE)
🤝 Contributing
Found a bug or have a suggestion? Please open an issue on GitHub
📄 License
MIT
👨💻 Author
Constellation CLI
Enjoy coding! 🚀