A minimalistic Python boilerplate.
Includes:
- Python 3.10+
- uv
git clone https://github.com/alexferl/python-boilerplate.git myapp
cd myapp
make dev
See which other commands are available with:
make help
A minimalistic Python boilerplate.
Includes:
git clone https://github.com/alexferl/python-boilerplate.git myapp
cd myapp
make dev
See which other commands are available with:
make help