Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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..

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.