Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 467 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 467 Bytes

python-boilerplate

A minimalistic Python boilerplate.

Includes:

Requirements

  • Python 3.10+
  • uv

Using

git clone https://github.com/alexferl/python-boilerplate.git myapp
cd myapp
make dev

See which other commands are available with:

make help