Flask App

Small Flask app with app.py, templates, static files, and requirements.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a flask app
jyinit create my-project --type flask-app

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Useful flags

  • --ci
  • --gitrep

Great for

  • web apps
  • prototyping