š 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 outbreak
`
or to install it globally
`
npm install -g outbreak
``
$3
npx outbreak
It will:
1. Ask for a project folder name
2. Let you select subfolders (src, config, controller, etc.)
3. Initialize npm and install dependencies (express, helmet, nodemon)
4. 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