CLI to start Flask projects
Project description
Flask-CLI
From Neoteroi/BlackSheep-CLI .
🛠️ CLI to start flask projects.
- Interactive project scaffolding
- Support for configuring more
cookiecutter
project templates
pip install flasky-cli
Project templates
- cookiecutter-flask
- cookiecutter-flask-minimal
- cookiecutter-flask-skeleton
- cookiecutter-Flask-Foundation
- Flask-API
Creating a new project
flask-cli create
Createing a new project with template name
flask-cli create --template <template>
Listing the project templates
flask-cli templates list
With details:
flask-cli templates details
Cli mode
By default, the rich mode is active .
Deactivate rich mode
Windows
set NO_RICH=1
or
set NO_RICH=True
Linux/macOS
export NO_RICH=1
or
export NO_RICH=True
reactivate rich mode use NO_RICH=0
or NO_RICH=False
Thanks
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
flasky_cli-1.0.2.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file flasky_cli-1.0.2.tar.gz
.
File metadata
- Download URL: flasky_cli-1.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b1cc4214ba4cfe4350d3e66834aec9f6ddb6678566a9eaf3cf82b96b50a17a0 |
|
MD5 | 22f994119e1b809a7782a80a20ec5d54 |
|
BLAKE2b-256 | 9611a2c05b039207c4690649bf7546e6f22bcc166e9679fa0a4d56e07ed86090 |
File details
Details for the file flasky_cli-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: flasky_cli-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb17bbf0624f8f7b9457b9b2bd0e8fd197921c244428190f7099982a44202afa |
|
MD5 | f204dcd5b99d03c2115464cd63636e5a |
|
BLAKE2b-256 | f592fde53a4f38677b5abeeef70b850bbb2d72ae6bc6d8513f5bc8817117a557 |