Overview Version History Q & A Rating & Review
📁 Project Folder Wizard
Project Folder Wizard is a simple yet powerful Visual Studio Code extension that helps you scaffold common project structures in seconds. Whether you're starting a Node.js API or a React app, this extension saves you time by automating folder and file creation.
🚀 Features
Create predefined project structures like:
Node.js API (Express + Sequelize ready)
React App
Django App
- Basic App
SASS
Automatically generates:
Folder hierarchy
Boilerplate files (index.js
, .env
, .gitignore
, package.json
, etc.)
Prompts to open the new project in the current or new VS Code window
Custom project templates
Open in current/new window
🛠 Templates Included
🔷 React.js
Folder structure:
🔷 Node.js API
Folder structure:
Includes:
Basic Express server setup
Sequelize configuration for MySQL
Pre-installed dependencies (JWT, dotenv, helmet, rate-limit, etc.)
Installation
Open VS Code Extensions (Ctrl+Shift+X)
Search for "Project Structure Generator"
Click Install
Usage
Open extension from Activity Bar
Select project type
Enter project name
Choose location
Select window preference
Open the project in the current or new window
📌 Author : Mohammad Asadi
📧 Support : 67.asadi@gmail.com
📅 Last Updated : 2025-05-06