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.0.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file flasky_cli-1.0.0.tar.gz
.
File metadata
- Download URL: flasky_cli-1.0.0.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 | 93846dcecf1c502d761e1f2fad68df483b6899dc317635dd21bb01f38d271f71 |
|
MD5 | 605a01e9fac45b3aad1b463bd259ee0b |
|
BLAKE2b-256 | b5726b148824fa04d7b1f4e8e582d56ce1edb7723a857c17fc533eab29fcd6ac |
File details
Details for the file flasky_cli-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: flasky_cli-1.0.0-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 | d566f5a791b3032d5c274a85dd407687c3fff7f1a0ecb9eceb5bca01ab377353 |
|
MD5 | c957df3f934dc8a82da956ffa9efb4b1 |
|
BLAKE2b-256 | db63671029832ddc3b79c0f4b90de3d943d89cf44fb0832e4f6e8e9bc6848869 |