4 releases
0.1.5 | Nov 11, 2022 |
---|---|
0.1.4 | Aug 22, 2022 |
#958 in Command-line interface
23 downloads per month
5KB
84 lines
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.
Dependencies
~5–13MB
~142K SLoC