buildflaskapp is a commandline tool written in Python and made compatible for all Unix and Windows OS. The aim is to generate a minimal Flask application simply by running a command.
$ pip3 install buildflaskapp
$ buildflaskapp --version
$ pip3 uninstall buildflaskapp
$ buildflaskapp hello-world
$ cd hello-world/
$ pip3 install -r requirements.txt
$ python3 app.py
* Serving Flask app "app" on localhost:5000
Want to create an issue? Click here!
Want to take a look at the pypi project? Click here!
Want to take a look at the github repo? Click here!
© Copyright 2020 Build Flask App