Recipe: Scaffold a service¶
Use the CLI to create a starter project and test it in-process.
istos new inventory
cd inventory
uv pip install istos pytest pytest-asyncio
pytest test_main.py
python main.py
Generated main.py:
Use the CLI to create a starter project and test it in-process.
istos new inventory
cd inventory
uv pip install istos pytest pytest-asyncio
pytest test_main.py
python main.py
Generated main.py: