rochacbruno / python-project-template

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
https://github.com/rochacbruno/python-project-template/generate
The Unlicense
1.11k stars 167 forks source link

Can generate a Flask application using `make init` after template is used. #5

Closed rochacbruno closed 3 years ago

rochacbruno commented 3 years ago

After using this template and after the first run of CI

make init

Choose flask and it generates a Flask application.