Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 611 Bytes

semver-order-cli

Install

semver-order is written in golang, which means you can use go install to install.

$ go install github.com/vidhill/semver-order-cli/cmd/semver-order@latest

Manual Install

Binaries for macOS, Linux, and Windows are attached to each release.

Development

An installation of go 1.18 is required

Install sbot

$ go install github.com/restechnica/semverbot/cmd/sbot@latest

Install goreleaser

$ go install github.com/goreleaser/goreleaser@latest