flask-maker

A tool to create flask projects faster with a scalable setup

MIT License

Downloads
325
Stars
4
Committers
1

Flask maker

A tool to create flask projects faster with a scalable setup

Usage

Creating peoject

flask-maker startproject --name "project name"

Creating app(inside project)

flask-maker startapp --name "app name"

Run the app locally

python app.py start