Socket
Socket
Sign inDemoInstall

nevm-mvc-scaffold

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nevm-mvc-scaffold

Instantly initialize project structure for Node.js applications following the MVC pattern with express.js, vue, vue-router and vite


Version published
Weekly downloads
10
decreased by-50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NEVM MVC Scaffolding Tool

npm version License GitHub stars GitHub tag NPM Downloads


Your companion for Node.js app development with a clean MVC structure and a touch of magic!

Introduction

The NEVM MVC Scaffolding Tool is designed to streamline your Node.js application development process by providing you with everything you need to organize your project using the MVC (Model-View-Controller) architecture. With this tool, you can quickly set up your project directories, install necessary dependencies, and generate essential files like server.js, routes, controllers, models, and more.

Features

  • Automatic Directory Creation: The tool automatically creates the necessary directories for your backend (controllers, models, routes, services, config, middleware) and frontend (components, router).

  • Express.js Installation: Optionally install Express.js for building your backend server.

  • ORM Installation: Choose to install Sequelize or Mongoose as your ORM (Object-Relational Mapping) tool for database interaction.

  • Vue.js with Vite Installation: Optionally install Vue.js with Vite for building your frontend application.

  • Vue Router Installation: Automatically install Vue Router for frontend routing.

  • Simple and Interactive: The tool provides a simple and interactive command-line interface (CLI) for guiding you through the setup process.

Getting Started

To get started with the NEVM MVC Scaffolding Tool, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the directory where you cloned the repository.
  3. Run npm install to install dependencies.
  4. Run node setup.js to start the scaffolding tool.
  5. Follow the prompts to configure your project structure and install dependencies.

Usage

The tool will guide you through the setup process with interactive prompts. Simply follow the instructions provided on the command line to create your project structure and install dependencies as needed.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Special thanks to all contributors and the open-source community for their valuable contributions.

Keywords

FAQs

Last updated on 07 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc