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
- Flask-MVC
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.3.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file flasky_cli-1.0.3.tar.gz
.
File metadata
- Download URL: flasky_cli-1.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93d17b7f3e14344cd17efdeebc5f0d927bf252c26f4fb4b1c96261855aa82cc1 |
|
MD5 | be1c69c115873bc597d52b19a74cb88c |
|
BLAKE2b-256 | ee2e37e4d39af9e74f94aa204a73fa5af8fbae894956640de0417f6793f845f8 |
File details
Details for the file flasky_cli-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: flasky_cli-1.0.3-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.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16c50555dbe37816d499020bd808b564539472af2e1704e0817ed245202a1795 |
|
MD5 | 744fc7e71c98c79ddff10769899f7b7a |
|
BLAKE2b-256 | 9e528e83468f56b93ef280d0ba456f98f56a8ea7685b960bdd46033292259fc3 |