Get Started¶
This page gives you a production-safe quick start with Lilya Converter.
1. Install¶
2. Inspect your FastAPI project¶
3. Preview conversion (no writes)¶
lilya-converter convert ./fastapi_project ./lilya_project --dry-run --diff --report ./reports/convert.json
4. Run conversion¶
5. Verify target output¶
Typical workflow¶
- Run
analyzeto understand patterns detected by the scanner. - Run
convert --dry-run --diffto preview impact. - Run
convertwithout dry-run. - Run
verifyand resolve diagnostics. - Commit converted output once checks pass.