flasky

Crates.ioflasky
lib.rsflasky
version0.1.5
sourcesrc
created_at2022-08-22 04:39:13.943007
updated_at2022-11-11 16:34:06.123015
descriptionCreate boilerplate code for a new flask app
homepage
repositoryhttps://github.com/pratushrai0309/flasky
max_upload_size
id650127
size12,832
Sudoer (sudoerp)

documentation

README

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.

Commit count: 28

cargo fmt