Requires uv, gum, colima and xc.
Uses uv to set up the project, https://www.toptal.com/developers/gitignore
to add a .gitignore, then adds additional files from the template directory using copier.
brew install uv gum colima xc && brew upgrade uv gum colima xcThe build script takes 3 optional arguments:
- Package name
- Package description
- Output location - package will be created under this directory
./build "sausages" "Sausages thing" ..The user will be prompted if these are not provided.