Metadata-Version: 2.4
Name: fapi-init
Version: 0.1.5
Summary: Scaffold a production-ready FastAPI project in seconds
License: MIT
Project-URL: Homepage, https://github.com/markryangarcia/fapi-init
Project-URL: Repository, https://github.com/markryangarcia/fapi-init
Keywords: fastapi,scaffold,generator,cli,boilerplate
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: certifi

# fapi-init

Scaffold a production-ready FastAPI project in seconds.

## Install

```bash
pip install fapi-init
```

## Usage

```bash
fapi-init my-project
# or scaffold into the current directory
fapi-init .
```

The CLI will guide you through selecting a database, ORM, auth provider, Docker support, and more.

## Source

Built with Go. Binaries are downloaded from [GitHub Releases](https://github.com/markryangarcia/fapi-init/releases) on first run and cached at `~/.cache/fapi-init`.
