@ayodhyagupta/dev-doctor
v1.0.2
Published
A developer health check CLI tool to find and fix issues in project setup, APIs, and databases.
Maintainers
Readme
🩺 Dev Doctor
Dev Doctor is a developer tool that scans your project for common setup issues such as:
- Missing dependencies
- Incorrect configurations
- Broken API calls
- Schema issues
- Outdated packages
It gives actionable suggestions right in the console to fix your problems.
Think of it as a health check-up for your development environment.
🚀 Features
- ✅ Check if required dependencies are installed
- ⚡ Detect missing
node_modules - 🗄️ Validate database connection
- 🌐 Verify API calls are working
- 🛠 Suggest fixes for common issues
- 🖥 Run from anywhere using a single CLI command
📦 Installation
Global Installation (Recommended)
Install globally so you can run dev-doctor from anywhere:
npm install -g @ayodhyagupta/dev-doctor