[](https://github.com/{{ tmplr.owner_name}}/{{ tmplr.repo_name }}/actions/workflows/build.yml)
[
](https://github.com/sponsors/{{ tmplr.owner_name}})
My cli tool description
{{ tmplr.repo_name }} --helpJust download from release if any, or build it (and move it to PATH)
or alternatively execute install script
sudo curl -sL https://{{ tmplr.owner_name}}.github.io/{{ tmplr.repo_name }}/install.sh | bashswift build -c releaseor if we want without swift runtime dependencies (ie static executable)
swift build -c release -Xswiftc -static-executableThis projet is build using action action-swift-cli-build