โ† back

๐Ÿฉบ doctor

Developer environment diagnostics CLI.
Automatically check, diagnose, and fix your development setup.

View source on GitHub โ†’

โšก Features

๐Ÿ“ฆ Installation

git clone https://github.com/paszed/doctor.git
cd doctor
go build -o doctor ./cmd/doctor
      

๐Ÿš€ Usage

./doctor
./doctor diagnose
./doctor check docker
./doctor fix docker
      

๐Ÿงช Example

./doctor check pip
./doctor fix pip
      

๐Ÿง  Why

Your environment should never block you from building.
Doctor removes friction so you can focus on shipping.