Documentation
Get started with wellcode-cli and supercharge your engineering metrics
Using Pip
pipx install wellcode-cli
Manual Installation
git clone https://github.com/wellcode-ai/wellcode-cli.git
cd wellcode-cli
python -m venv venv
source venv/bin/activate # On Windows, use 'venv\Scripts\activate'
pip install -r requirements.txt