An easy way to build your flask skeleton
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/08/an-easy-way-to-build-your-flask-skeleton_6121799c7afb7-375x210.jpeg)
Flider
Flider is a lightweight framework that saves you time by creating a MVC compliant file structure and includes basic commonly used files.
What Does it Actually Do
TO
With just one statement.
How Do I Install Flider
All you need to do to install Flider is:
*WINDOWS: pip install flider
*MAC/LINUX: pip3 install flider
How Do I Run It
Flider is just as easy to use as it is to install:
*WINDOWS: py -m flider
*MAC/LINUX: python3 -m flider
USE THE OPTION ‘-f’ OR ‘–full’ AFTER py -m flider
TO INSTALL OPTIONAL USER MODEL/CONTROLLER
GitHub