Quickstart: Create a new project with cookiecutter-uv
mainTo initiate a new Python project using this template, use cookiecutter to clone and run the template. You can do this using uvx (recommended if you have uv installed) or via pip.
- Navigate to the directory where you want your project to reside.
- Run one of the following commands:
- Using
uvx(preferred):uvx cookiecutter https://github.com/osprey-oss/cookiecutter-uv.git - Using
pip:pip install cookiecutter cookiecutter https://github.com/osprey-oss/cookiecutter-uv.git
- Using
- Follow the interactive prompts to configure your project settings.
- Once the process completes, a new directory will be created. Navigate into that directory and follow the project-specific
README.mdinstructions to finish the setup.
uvx cookiecutter https://github.com/osprey-oss/cookiecutter-uv.git