Skip to main content

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

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 . rich

Deactivate rich mode

Windows

set NO_RICH=1

or

set NO_RICH=True

Linux/macOS

export NO_RICH=1

or

export NO_RICH=True

no_rich

reactivate rich mode use NO_RICH=0 or NO_RICH=False

Thanks

Project details


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 hashes)

Uploaded Source

Built Distribution

flasky_cli-1.0.3-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page