https://github.com/dotdot0/flasky
Create boilerplate code for a new flask app and more..
https://github.com/dotdot0/flasky
cli flask rust
Last synced: about 2 months ago
JSON representation
Create boilerplate code for a new flask app and more..
- Host: GitHub
- URL: https://github.com/dotdot0/flasky
- Owner: dotdot0
- Created: 2022-08-20T13:16:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T16:32:46.000Z (over 3 years ago)
- Last Synced: 2026-04-12T03:14:11.033Z (3 months ago)
- Topics: cli, flask, rust
- Language: Rust
- Homepage: https://crates.io/crates/flasky
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flasky
Create boilerplate code for a new flask app and more..
## INSTALLATION
```
cargo install flasky
```
## USAGE:
flasky [options]
## 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.