Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sam Saifi: Node Template GeneratorNew to Visual Studio Code? Get it now.
Sam Saifi: Node Template Generator

Sam Saifi: Node Template Generator

Sam saifi

|
34 installs
| (0) | Free
It will help to allows to generating all of the node application folder structures on a click.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Node Template Generator

node-template-generator is a Visual Studio Code extension that allows you to quickly generate various Node.js project folder structures. Whether you're working on a basic project, an MVC architecture, or a feature-based structure, this tool helps you scaffold the project structure quickly.

Features

  • Generate Basic Node.js Folder Structure
  • Generate MVC Folder Structure
  • Generate Feature-Based Folder Structure
  • Generate folder structures via Command Palette or directly from the command line

Getting Started

Prerequisites

To use the node-template-generator extension, you need:

  • Visual Studio Code (if using in the editor)
  • Node.js installed

Installation

To install the node-template-generator extension:

  1. Search for Node Template Generator in the Visual Studio Code Marketplace.
  2. Click Install to add the extension to your VS Code environment.

Usage

You can use the extension in two ways:

  1. From Visual Studio Code (Command Palette)
  2. From the Command Line (Terminal)

1. Usage in Visual Studio Code (Command Palette)

  1. Open Visual Studio Code.
  2. Open the Command Palette using Ctrl + Shift + P (or Cmd + Shift + P on macOS).
  3. Search for Node Template Generator: Generate Folder Structure.
  4. Select the type of folder structure you want to create (e.g., Basic, MVC, or Feature-Based).
  5. Choose the target directory where the folder structure will be generated.
  6. The selected folder structure will be created in the specified directory.

Example:

  • Open Command Palette and search for: Node Template Generator: Generate Folder Structure
  • Select Basic folder structure.
  • Choose the folder where the structure should be created.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft