Skip to content

Blaze2305/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Template Generator

This is a small utility to generate a flask template for APIs/Webpage hosting which I made after I got tired of recreating the flask app everytime. Generate a single executable which can be added to path and used to generate the template anywhere.

note :

This app requires c++17 features to use.

Usage

$ flaskcreate :project Name:

The utility generate a flask app with the following structure

Project Name
    ├── Dockerfile
    ├── Procfile
    ├── app
    │   ├── __init__.py
    │   ├── db
    │   │   ├── __init__.py
    │   │   └── mainDB.py
    │   ├── routes
    │   │   ├── __init__.py
    │   │   └── mainRoutes.py
    │   ├── static
    │   │   ├── images
    │   │   ├── js
    │   │   └── styles
    │   └── templates
    ├── app.py
    └── requirements.txt`

About

This a utility to generate a sample flask app for a large scale project.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages