Developer Guide — apigee2mulesoft

Running locallyURL copied

# install deps
uv pip install -e .

# run against sample bundle
python src/cli.py samples/apigee-bundle --output /tmp/mulesoft-out

# inspect output
cat /tmp/mulesoft-out/migration-report.md
PYTHONPATH

Run from the repo root so src/ is on the path, or add src/ to PYTHONPATH.