Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 432 Bytes

python-boilerplate

A minimalistic Python boilerplate.

Includes:

Requirements

  • Python 3.9+

Using

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

See which other commands are available with:

make help