Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 283 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 283 Bytes

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

Instalation

pip install flaskfy

Creating new flask project

createflaskapp

Your project will consist of :

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