FAST-TEMPLATES is a Command Line Interface (CLI) that provides templates for different FastAPI projects.
This project is designed to be used with Python virtual environments. Here's how you can set up a virtual environment and install FAST-TEMPLATES:
python3 -m venv env
source env/bin/activate
pip install fast-templates
After installation and venv activation, you lauch the CLI with this command
Note: You must be on your working folder.
mkdir awesome-project
cd awesome-project/
fastcli