Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T16:32:46.000Z (about 2 years ago)
- Last Synced: 2024-06-29T06:30:42.741Z (6 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 directoryMade with ❤ and rust btw.