Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Automate the creation of a Node.js MVC folder structure for backend applications. Boost productivity with dev-mvc CLI.
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.
Quickly generates essential backend directories such as:
Includes placeholder files like:
user.controller.js
auth.middleware.js
db.config.js
Perfect for individual developers and teams who want a clean, organized structure for backend development.
Here’s the structure created by dev-mvc
:
project-root/
├── controllers/
│ └── user.controller.js
├── models/
│ └── user.model.js
├── config/
│ └── db.config.js
├── routes/
│ └── user.routes.js
├── middleware/
│ └── auth.middleware.js
├── services/
│ ├── email.service.js
│ └── payment.service.js
├── utils/
│ ├── helper.util.js
│ └── validator.util.js
└── server.js
Install globally via npm:
npm install -g dev-mvc
Navigate to the directory where you want to set up the project:
cd my-backend-project
Run the dev-mvc
command:
dev-mvc
Your folder structure will be created instantly!
Stay up-to-date with the latest features:
npm update -g dev-mvc
We welcome contributions!
Submit issues or pull requests on the official GitHub repository.
👤 Saqlain
dev-mvc
is open-source software licensed under the MIT License.
FAQs
Automate the creation of a Node.js MVC folder structure for backend applications. Boost productivity with dev-mvc CLI.
We found that dev-mvc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.