Flask architecture scaffolding tool — generates core server files for the star app architecture.
Project description
create-star-app
Flask architecture scaffolding tool that generates core server files for the star app architecture.
What it does
create-star-app is an interactive CLI that prompts for project configuration (name, port, timezone, etc.) and generates a ready-to-use Flask server directory with all the boilerplate files pre-configured.
Installation
pip install -e .
Usage
Run the CLI from the directory where you want to create your project:
create-star-app
You will be prompted for:
- Project name (required)
- Port (default: 5000)
- Production server endpoint (default: empty)
- Client app subdirectory (default: client/src/app)
- Timezone offset (default: 8)
The tool will generate the server/, server/schemas/, and .vscode/ directories with all template files rendered using your configuration.
Development
pip install -e .
Then run directly:
python -m create_star_app.cli
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create_star_app-1.7.1.tar.gz.
File metadata
- Download URL: create_star_app-1.7.1.tar.gz
- Upload date:
- Size: 52.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d5a61625c79de2be478be04af88fd2b85c68221ebef344e7cef165a2b2bbaea
|
|
| MD5 |
8b36933e5d9f227547cce9a11f910add
|
|
| BLAKE2b-256 |
1fb6541f9494ab3bf1207839b5c6bbcea7a35b630eb4a6a9027b813f7b68c3d4
|
File details
Details for the file create_star_app-1.7.1-py3-none-any.whl.
File metadata
- Download URL: create_star_app-1.7.1-py3-none-any.whl
- Upload date:
- Size: 66.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa6f6dc687aa14187fff358d69bde862abc49bedc75966d3afdaf413d6886843
|
|
| MD5 |
6d0dfa5d2fca59dfc68a56d97ba522dc
|
|
| BLAKE2b-256 |
29f77aa952d71db24f259553e21eb2ea0ecb299bf0538158a9300e01eef2f215
|