https://github.com/vidhill/semver-order-cli
https://github.com/vidhill/semver-order-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vidhill/semver-order-cli
- Owner: vidhill
- License: mit
- Created: 2022-07-11T22:36:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T17:26:39.000Z (over 2 years ago)
- Last Synced: 2025-01-17T14:17:24.090Z (4 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```