Best Flask open-source libraries and packages

Flasky

Create boilerplate code for a new flask app and more..
Updated 1 year ago

flasky

Create boilerplate code for a new flask app and more..

INSTALLATION

    cargo install flasky

USAGE:

flasky [options] <APP_NAME>

EXAMPLE

    flasky hello --git --code --templates

Output

    Created Flask App 🏁

FLAGS:

-h, --help         Print help information
-V                 Version

OPTIONS:

-c, --code         Open the project in visual studio code
-g, --git          Initialize Git Repo
-t, --templates    Create the jinja2 templates directory

Made with and rust btw.

Tags cli