Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

dev-mvc

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-mvc - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

7

package.json
{
"name": "dev-mvc",
"version": "1.2.0",
"version": "1.2.1",
"description": "Automate the creation of a Node.js MVC folder structure for backend applications. Boost productivity with dev-mvc CLI.",

@@ -15,3 +15,5 @@ "main": "index.js",

"keywords": [
"Node.js",
"dev-mvc",
"project-setup",
"backend-setup",
"MVC",

@@ -22,2 +24,3 @@ "folder-structure",

"nodejs",
"expressjs",
"project-generator",

@@ -24,0 +27,0 @@ "nodejs-backend",

@@ -1,5 +0,7 @@

# dev-mvc: Simplified Node.js MVC Folder Generator
# dev-mvc: Node.js MVC Structure Generator
**`dev-mvc`** is a powerful CLI tool designed to **automate the creation of MVC folder structures** for Node.js backend applications. Save time and focus on writing code with this streamlined setup.
**Tired of manually setting up folder structures for your Node.js backend projects?** `dev-mvc` is a powerful Node.js CLI tool designed to **automate the creation of a standardized MVC folder structure**, saving you time and effort. Focus on writing code with this streamlined setup!
**Keywords:** Node.js MVC, MVC Generator, Backend Structure, Node.js Project Setup, NPM Package
![NPM Version](https://img.shields.io/npm/v/dev-mvc) ![License](https://img.shields.io/npm/l/dev-mvc) ![Downloads](https://img.shields.io/npm/dw/dev-mvc)

@@ -11,5 +13,5 @@

- **Boost Productivity:** Spend less time setting up directories and files and more time coding.
- **Consistency:** Maintain a standardized backend structure for better scalability and readability.
- **Ideal for Beginners and Teams:** Simplifies the process of starting Node.js backend projects.
- **Boost Productivity:** Spend less time on tedious directory and file creation, more time on coding.
- **Maintain Consistency:** Enforce a standardized backend structure for improved scalability and readability.
- **Ideal for Beginners and Teams:** Simplify the process of starting Node.js backend projects.

@@ -20,5 +22,5 @@ ---

### πŸš€ **Automatic Folder Setup**
### πŸš€ **Effortless MVC Folder Creation**
Quickly generates essential backend directories such as:
Automatically generate essential backend directories like:

@@ -37,2 +39,4 @@ - **Controllers**

Get started quickly with pre-made files like:
- `user.controller.js`

@@ -42,5 +46,5 @@ - `auth.middleware.js`

### πŸ’‘ **Standardized Workflow**
### πŸ’‘ **Organized Workflow**
Perfect for individual developers and teams who want a clean, organized structure for backend development.
Enjoy a clean, well-defined structure for backend development, perfect for individual developers and teams.

@@ -78,14 +82,12 @@ ---

Install globally via npm:
Follow these steps to use `dev-mvc` in your project:
```bash
npm install -g dev-mvc
```
1. Create a new project folder:
---
```bash
mkdir my-backend-project
```
## How to Use
2. Navigate to your project folder:
1. Navigate to the directory where you want to set up the project:
```bash

@@ -95,10 +97,14 @@ cd my-backend-project

2. Run the `dev-mvc` command:
3. Initialize a new Node.js project:
```bash
dev-mvc
npm init -y
```
3. Your folder structure will be created instantly!
4. Install the dev-mvc package:
```bash
npm install dev-mvc
```
---

@@ -111,3 +117,3 @@

```bash
npm update -g dev-mvc
npm update dev-mvc
```

@@ -114,0 +120,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc