https://github.com/mr-destructive/flask-quick-setup-script
https://github.com/mr-destructive/flask-quick-setup-script
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-destructive/flask-quick-setup-script
- Owner: Mr-Destructive
- Created: 2021-11-02T15:26:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T15:34:35.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:37:27.113Z (over 1 year ago)
- Language: Batchfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flask Quick Setup Script
- Make sure you have a running [python](https://www.python.org/downloads/) setup.
- Also, [pip](https://pip.pypa.io/en/stable/) should be properly installed and configured.
- You can now run the scripts according to your Operating System:
## Windows:
```
commands project_name
```
OR
```
commands.bat project_name
```
## Linux / macOS
```
bash commands.sh project_name
```
OR
```
./commands.sh project_name
```