Skip to content

Alc-Was-Taken/templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Litestar Starter Templates

Quickly get started with a minimal Litestar starter template!

Quick start

Head over to litestar.dev to get started quickly.

Usage

You can use the create-litestar CLI to clone the latest template to an empty directory:

$ uvx create-litestar@latest [<dir>] [-t,--template=<template>]

Example: Clone plugin to my-app directory:

$ uvx create-litestar@latest my-app -t plugin

Templates

Name Description Command
Litestar Starter for an API uvx create-litestar@latest -t litestar
Plugin Starter for a plugin uvx create-litestar@latest -t plugin
Middleware Starter for a middleware uvx create-litestar@latest -t middleware

Contribution

Each template is maintained in a folder (see templates). For improvements, please open a Pull Request.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%