create-flask-project

a simple cli tools to generate template for flask app


Keywords
automation, tools, cli, project, template, flask, development, web, api, boilerplate
License
MIT
Install
pip install create-flask-project==0.2.1

Documentation

create-flask-app

a simple cli tools to create project template for flask app and help you set up flask project more quickly

current version : 0.1.1

installation

pip install create-flask-project

simple usage

minimal template

flask-create-app new -t min-api -o myProject

or with prompt

flask-create-app create

Note: this project still under development