dashb
v1.0.6
Published
Developer dashboard for your terminal — shows project-specific shortcuts you can run instantly
Maintainers
Readme
dashb ⚡️
Developer dashboard for your terminal.
dashb is a smart CLI tool that automatically detects your project stack and provides instant shortcuts for common tasks like running tests, starting servers, and building your app. It also tracks your usage stats and lets you create custom shortcuts.

Installation
npm install -g dashbUsage
Simply run db in any project directory:
dbIt will detect if you're in a Node, Python, Rust, Go, or Docker project and show relevant commands.
Stack Specific
To force a specific stack's commands:
db py # Python commands
db js # Node.js commands
db rs # Rust commands
db go # Go commands
db dk # Docker commandsFeatures
- Auto-Detection: Works with Node.js, Python, Rust, Go, Ruby, Java, C/C++, and Docker.
- Performance: Extremely fast startup.
- Custom Shortcuts: Add your own project-specific commands.
db add - Stats Tracking: Visualize your most used commands.
db stats - Doctor: Check project health.
db doc
Development
git clone https://github.com/ratnamshah/dashb.git
cd dashb
npm install
npm run build
npm linkLicense
MIT © Jpdz Labs
