Skip to content

jennier0107/flasky-cli

Repository files navigation

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

About

CLI to start Flask projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages