A fast, customizable command-line tool to scaffold Node.js projects with a single command.
You can run directly using npx:
npx outbreak
or to install it globally
npm install -g outbreak
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