Metadata-Version: 2.1
Name: flaskfy
Version: 0.1.0
Summary: This is a lib to help generate flask apps with custom components
Home-page: https://github.com/AlvaroMbeiaDanie1234/flaskfy
Author: Álvaro Mbeia Daniel Miguel
Author-email: alvarombeiadanielmiguel@gmail.com
Description-Content-Type: text/markdown

This is a lib to help generate flask apps with custom components


# Instalation 

```bash
pip install flaskfy
```

# Creating new flask project

```bash
createflaskapp
```



Your project will consist of :

 * models 
 * static 
 * templates
 * .gitignore 
 * main.py
 * Readme.md.
