
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.
CLI tool to bootstrap Vegaa framework applications with ready-to-use templates
The fastest way to bootstrap Vegaa applications ⚡
A powerful CLI tool that creates production-ready Vegaa applications in seconds. Choose from 5 carefully crafted templates and start building immediately.
npx vegaa-cli create
That's it! Your Vegaa application will be created and running in seconds.
| Feature | Description |
|---|---|
| 🎯 5 Templates | From minimal to production-ready |
| ⚡ Zero Config | Works out of the box |
| 🎨 Beautiful CLI | Interactive prompts and colors |
| 📦 Bundled Templates | No network required |
| 🔄 Auto Setup | Dependencies, git, and server start |
| 🚀 Great DX | Nodemon, helpful hints, dual commands |
Perfect for quick prototypes. Simple /ping endpoint with 7 lines of code.
Key Endpoints: /ping
Showcase of Vegaa's middleware patterns with interactive dashboard.
Key Endpoints: /dashboard, /health, /register, /docs
Complete API with JWT authentication and interactive Swagger documentation.
Key Endpoints: /register, /login, /prompts, /docs
Production-ready server with security, monitoring, and admin dashboard.
Key Endpoints: /health, /metrics, /admin, /api/data
Containerized application with Dockerfile and Compose setup.
Key Endpoints: /, /health, /docker/info
npx vegaa-cli create
Interactive Flow:
$ npx vegaa-cli create
🌱 Welcome to Vegaa CLI!
? Project name: my-awesome-app
? Select a template:
❯ 3 - crud (Vegaa + Auth + JWT + Swagger)
🛠️ Setting up your project...
📦 Installing dependencies...
⚙️ Initializing gitignore and configs...
✅ Done! Project "my-awesome-app" is ready.
🚀 Server runs on port 4000
👉 Swagger Docs: http://localhost:4000/docs
💡 Tip: Press Ctrl+C to stop the server
my-awesome-app/
├── server.js # Main application
├── package.json # Dependencies
├── README.md # Template docs
├── .gitignore # Git rules
└── ... # Template-specific files
| Command | Description |
|---|---|
npx vegaa-cli create | Create new project |
npx vegaa create | Alternative command |
npm start | Start development server |
npm run dev | Start with nodemon |
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - free to use in personal and commercial projects.
Made with ❤️ by Sunny Ghodeswar
FAQs
CLI tool to bootstrap Vegaa framework applications with ready-to-use templates
We found that vegaa-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.