https://github.com/realpython/flask-scaffold
https://github.com/realpython/flask-scaffold
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realpython/flask-scaffold
- Owner: realpython
- Created: 2015-04-25T19:45:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T13:10:13.000Z (over 6 years ago)
- Last Synced: 2025-05-07T21:03:06.280Z (7 months ago)
- Language: Python
- Homepage: https://realpython.com/blog/python/scaffold-a-flask-project/
- Size: 32.2 KB
- Stars: 66
- Watchers: 5
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scaffold a Flask Project
This article details how to build a scaffolding tool used to generate a Flask boilerplate.
Blog post: https://realpython.com/blog/python/scaffold-a-flask-project/