outbreak-nodejs
v1.0.0
Published
🚀 Outbreak CLI - A fast, customizable developer command-line tool to scaffold nodejs projects, and boost productivity.
Maintainers
Readme
🚀 Outbreak CLI
A fast, customizable command-line tool to scaffold Node.js projects with a single command.
Installation
You can run directly using npx:
npx outbreakor to install it globally
npm install -g outbreakUsage CLI
npx outbreak
It will:
- Ask for a project folder name
- Let you select subfolders (src, config, controller, etc.)
- Initialize npm and install dependencies (express, helmet, nodemon)
- Create a starter app.js
After running cd npm run dev
Features
✅ Quick project scaffolding
✅ Customizable folder selection
✅ Installs common Node.js dependencies
✅ Works without global install via npx
