Create a simple directory structure for your flask app
python -m flasker_project --config/--no-config --test/--no-test --mkenv/--no-env
- --config: Creates a config file in your project
- --test: Creates a test directory in your project
- --mkenv: Creates a virtualenv for your project