package
0.0.14
Repository: https://github.com/can3p/kleiner.git
Documentation: pkg.go.dev

# README

{{ .ProjectName }} - A new tool in the toolbox

Installation

Install Script

Download {{ .ProjectName }} and install into a local bin directory.

MacOS, Linux, WSL

Latest version:

curl -L https://raw.githubusercontent.com/{{ .GithubRepo }}/{{ .GitBranch }}/generated/install.sh | sh

Specific version:

curl -L https://raw.githubusercontent.com/{{ .GithubRepo }}/{{ .GitBranch }}/generated/install.sh | sh -s 0.0.4

The script will install the binary into $HOME/bin folder by default, you can override this by setting $CUSTOM_INSTALL environment variable

Manual download

Get the archive that fits your system from the [Releases](https://github.com/{{ .GithubRepo }}/releases) page and extract the binary into a folder that is mentioned in your $PATH variable.

Notes

The project has been scaffolded with the help of kleiner