Metadata-Version: 2.3
Name: flasky-cli
Version: 0.1.2
Summary:  CLI to start Flask projects
Author-email: jennier0107 <mt3085570450@outlook.com>
Requires-Python: >=3.8
Requires-Dist: click>=8.1.7
Requires-Dist: cookiecutter>=2.6.0
Requires-Dist: pathvalidate>=3.2.0
Requires-Dist: questionary>=2.0.1
Requires-Dist: rich-click>=1.7.4
Description-Content-Type: text/markdown

# Flask-CLI
🛠️ CLI to start BlackSheep projects.

- Interactive project scaffolding
- Support for configuring more `cookiecutter` project templates

```bash
pip install flasky-cli
```

## Official project templates

no official template yet

## Creating a new project

```bash
flask-cli create
```

## Listing the project templates

```bash
flask-cli templates list
```

With details:

```bash
flask-cli templates details
```
