Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.3 KB

File metadata and controls

41 lines (27 loc) · 1.3 KB

{{ tmplr.repo_name }}

License Platform Language [![build](https://github.com/{{ tmplr.owner_name}}/{{ tmplr.repo_name }}/actions/workflows/build.yml/badge.svg)](https://github.com/{{ tmplr.owner_name}}/{{ tmplr.repo_name }}/actions/workflows/build.yml) [Sponsor](https://github.com/sponsors/{{ tmplr.owner_name}})

My cli tool description

Usage

    {{ tmplr.repo_name }} --help

Install

Just 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 | bash

Build yourself

swift build -c release

or if we want without swift runtime dependencies (ie static executable)

swift build -c release -Xswiftc -static-executable

CI

This projet is build using action action-swift-cli-build