https://github.com/a-poor/cookiecutter-flask
A cookiecutter template for a python Flask app
https://github.com/a-poor/cookiecutter-flask
cookiecutter flask python
Last synced: 2 months ago
JSON representation
A cookiecutter template for a python Flask app
- Host: GitHub
- URL: https://github.com/a-poor/cookiecutter-flask
- Owner: a-poor
- Created: 2020-07-20T16:17:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T16:23:56.000Z (almost 6 years ago)
- Last Synced: 2026-01-22T16:34:16.314Z (6 months ago)
- Topics: cookiecutter, flask, python
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-flask
_created by Austin Poor_
A basic [Flask](https://flask.palletsprojects.com/) app template that can be used with [Cookiecutter](https://cookiecutter.readthedocs.io/).
Once cookiecutter is installed, this template can be cloned with the command:
```bash
$ cookiecutter gh:a-poor/cookiecutter-flask
```