An open API service indexing awesome lists of open source software.

https://github.com/vidhill/semver-order-cli


https://github.com/vidhill/semver-order-cli

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# semver-order-cli

## Install

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

```bash
$ 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](https://github.com/vidhill/semver-order-cli/releases).

# Development

An installation of [go](https://go.dev/doc/install) 1.18 is required

Install `sbot`

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

Install `goreleaser`

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