Metadata-Version: 2.1
Name: flaskeleton-cli
Version: 0.1.4
Summary: CLI to create a Flask-based project
License: MIT
Author: William B M Sampaio
Author-email: 56176702+WilliamSampaio@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Flaskeleton CLI

<img src="https://raw.githubusercontent.com/WilliamSampaio/flaskeleton/master/assets/flaskeleton_1.png" alt="Flaskeleton CLI" style="height: 150px; width:150px;"/><br>

CLI tool for creating Flask projects with the Flaskeleton base.

## Usage

```bash
pip install flaskeleton-cli
# flaskeleton create --help
flaskeleton create --path /path/of/projects project_name
```

```bash

 Usage: flaskeleton create [OPTIONS] [FOLDER]
 

╭─ Arguments ──────────────────────────────────────────────────────────────────────────────╮
│   folder      [FOLDER]  Project folder name [default: flaskeleton]                       │
╰──────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────────────────╮
│ --path        TEXT  [default: /home/william/Documentos/desenvolvimento/flaskeleton-cli]  │
│ --help              Show this message and exit.                                          │
╰──────────────────────────────────────────────────────────────────────────────────────────╯


```
