Home
Softono
cookiecutter-fastapi

cookiecutter-fastapi

Open source MIT Python
709
Stars
76
Forks
1
Issues
5
Watchers
9 months
Last Commit

About cookiecutter-fastapi

# cookiecutter-fastapi In order to create a template to FastAPI projects. :rocket: ## Important To use this project you don't need fork it. Just run cookiecutter CLI and voilà! ## Cookiecutter Cookiecutter is a CLI tool (Command Line Interface) to create an application boilerplate from a template. It uses a templating system — Jinja2 — to replace or customize folder and file names, as well as file content. ### How can I install? ```bash pip install cookiecutter ``` ### How can I generate a FastAPI project? ```bash cookiecutter gh:arthurhenrique/cookiecutter-fastapi ``` ### Hands On ![Example](./docs/example/cookiecutter-fastapi-cli.svg)

Platforms

Web Self-hosted Docker

Languages

Python

Links

cookiecutter-fastapi

In order to create a template to FastAPI projects. :rocket:

Important

To use this project you don't need fork it. Just run cookiecutter CLI and voilà!

Cookiecutter

Cookiecutter is a CLI tool (Command Line Interface) to create an application boilerplate from a template. It uses a templating system — Jinja2 — to replace or customize folder and file names, as well as file content.

How can I install?

pip install cookiecutter

How can I generate a FastAPI project?

cookiecutter gh:arthurhenrique/cookiecutter-fastapi

Hands On

Example