Skip to content

Outbreak CLI - A fast, customizable developer command-line tool to scaffold nodejs projects, automate tasks, and boost productivity

Notifications You must be signed in to change notification settings

OutBreak778/custom-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ 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

Usage CLI

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

About

Outbreak CLI - A fast, customizable developer command-line tool to scaffold nodejs projects, automate tasks, and boost productivity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published