Skip to content

Index

Quickstart

Copying the Template

First we'll create a uv workspace.

uv init

Then we'll use uvx to create copy the directory from remote.

uvx {{your_project}} init . 
If the template updates from remote, we can use this command to sync it:

uvx {{your_project}} update

Warning

Docs are coming soon. Thanks for your patience.