This is a basic cookiecutter template for Ludic App.
- Install cookiecutter according to the instructions on GitHub.
- Run the following command to create a new project:
cookiecutter gh:getludic/templateOr you can use UV to run cookiecutter:
uvx cookiecutter gh:getludic/templateNote: This template uses Ludic 1.0.0+ which requires Python 3.14+ and uses t-strings. If you need to create a project with Ludic 0.5.x, use the 0.5 tag:
cookiecutter gh:getludic/template --checkout 0.5Or with UV:
uvx cookiecutter gh:getludic/template --checkout 0.5