Skip to content

pybalt/fast-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAST-TEMPLATES

FAST-TEMPLATES is a Command Line Interface (CLI) that provides templates for different FastAPI projects.

Installation

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

USAGE

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