
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
nevm-mvc-scaffold
Advanced tools
Instantly initialize project structure for Node.js applications following the MVC pattern with express.js, vue, vue-router and vite
Your companion for Node.js app development with a clean MVC structure and a touch of magic!
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.
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.
After installation, your project structure will look like this:
project-root/
├── backend/
│ ├── controllers/
│ ├── models/
│ ├── routes/
│ ├── services/
│ ├── config/
│ └── middleware/
├── frontend/
│ └── src/
│ ├── components/
│ └── router/
└── server.js
To use the NEVM MVC Scaffolding Tool, follow these steps:
Create a new directory for your project and navigate into it:
mkdir my-nevm-project
cd my-nevm-project
Install the package:
npm install nevm-mvc-scaffold
The tool will automatically run after installation. Follow the prompts to configure your project:
After the setup is complete, your project structure will be ready, and chosen dependencies will be installed.
After the tool finishes setting up your project:
server.js
file and customize it as needed.frontend
directory to start developing your frontend.The package includes the following npm scripts:
npm start
: Runs the scaffolding tool manually (if needed)npm run dev
: Starts the Vite development server (if Vue.js was installed)npm run build
: Builds the Vue.js application for production (if Vue.js was installed)This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Special thanks to all contributors and the open-source community for their valuable contributions.
FAQs
Instantly initialize project structure for Node.js applications following the MVC pattern with express.js, vue, vue-router and vite
We found that nevm-mvc-scaffold 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.