Skip to content

This is a copier template for future project creation. Use `uv sync` to initiate when the project is created.

Notifications You must be signed in to change notification settings

ajay-bhargava/fastapi-python-template

Repository files navigation

Template Project

Copier

This project is scaffolded with copier.

How to use

Add this to your .zshrc file:

template() {
    if [ -z "$1" ]; then
        echo "Usage: template <project_name>"
        return 1
    fi
    copier copy gh:ajay-bhargava/python-template "$1"
}

Then, run template <project_name> to scaffold a new project.

About

This is a copier template for future project creation. Use `uv sync` to initiate when the project is created.

Topics

Resources

Stars

Watchers

Forks