Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Constellation Project Creator NewNew to Visual Studio Code? Get it now.
Constellation Project Creator New

Constellation Project Creator New

SidAlbertaodasmassa

|
1 install
| (0) | Free
Creates complete projects with ready-to-use structure for multiple frameworks MVC only
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  2. Type Constellation: Create New Project
  3. Enter your project name
  4. Select your framework
  5. 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! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft