NodeStruct is a VS Code extension that instantly generates a complete Node.js + Express.js + EJS folder structure with just one command. It saves time by automating repetitive setup steps so you can start coding right away!
✨ Features
✔ Quickly scaffolds a full Express.js project
✔ Auto-creates project folder structure
✔ Generates app.js with basic server setup
✔ Creates a sample index.ejs view
✔ Installs all required dependencies automatically
✔ Developer-friendly & beginner-friendly
⏱ Stop wasting time setting up boilerplate
🚀 Start building your ideas instantly
🤝 You focus on development — NodeStruct handles the structure
🛠️ Usage
Open VS Code
Press: Ctrl + Shift + P
Run: Create Express + EJS App
Select a folder where you want your project generated
Wait for confirmation message
Run your new app:
node app.js
Open in browser:
➡ http://localhost:3000/
📦 Requirements
👉 Node.js and npm must be installed on your system.
Download Node here:
https://nodejs.org/
🔄 Release Notes
🆕 v1.0.0 — Initial Release
Express + EJS scaffold
Folder structure generation
Automatic npm setup and dependency installation
💡 Future Enhancements
Option to include MongoDB config
Auto-git initialization + .gitignore
Nodemon integration
CLI inputs for project name
Route + Controller examples
Made by Team Rawjet
Start building. Stop starting.