
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
server-seed
Advanced tools
A simple CLI tool for setting up a backend environment with Express and MongoDB.
✅ Interactive CLI for backend project setup
✅ Options for Basic, Extended, and Full installation
✅ Automatically sets up Express server, MongoDB connection, and folder structure
✅ Works on Linux, macOS, and Windows (with Git Bash/WSL)
1️⃣ Run Without Installing (Recommended)
npx server-seed
2️⃣ Install Globally
npm install -g server-seed
Then, run:
server-seed
🚀 Usage Once you run the command, you'll see a prompt like this:
? Choose one installation from below (Use arrow keys)
❯ basic (express server & .env)
extended (basic + mongoDB + directories)
full (full (extended + dummy data + cors, bcrypt, jwt))
Basic = Express server, .env setup
Extended = Express server, MongoDB, Routers, Controllers (empty directories)
Full = Express server, MongoDB, directories with dummy data, cors, bcrypt, jsonwebtoken
After selecting an option, the script will automatically create the necessary files and folders. 🎉
Node.js 14+ Bash terminal on Windows (Git Bash or WSL recommended)
This project is licensed under the MIT License.
FAQs
A CLI tool for setting up a backend environment
We found that server-seed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.