https://github.com/clementi/adopt-tapir
A command-line interface to https://adopt-tapir.softwaremill.com/
https://github.com/clementi/adopt-tapir
cli command-line go project-generator scala tapir
Last synced: 5 months ago
JSON representation
A command-line interface to https://adopt-tapir.softwaremill.com/
- Host: GitHub
- URL: https://github.com/clementi/adopt-tapir
- Owner: clementi
- Created: 2022-11-18T22:27:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T05:49:59.000Z (over 3 years ago)
- Last Synced: 2024-06-21T12:56:35.942Z (almost 2 years ago)
- Topics: cli, command-line, go, project-generator, scala, tapir
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adopt-tapir
[](https://github.com/clementi/adopt-tapir/actions/workflows/go.yml)
[](https://goreportcard.com/report/github.com/clementi/adopt-tapir)
[](https://github.com/clementi/adopt-tapir/releases)
This project is a command-line interface to [Adopt Tapir](https://adopt-tapir.softwaremill.com).
## Building
To build, clone this repo, and in the repo directory, do the following:
```sh
$ go build
```
This will produce an executable called `adopt-tapir`.
## Installation
### Using `go install`
```sh
go install github.com/clementi/adopt-tapir@latest
```
### Binaries
Binaries for Windows, Linux, macOS (arm64 and amd64), FreeBSD, NetBSD and OpenBSD are available on the [Releases](https://github.com/clementi/adopt-tapir-cli-go/releases) page.
## Usage
For command-line options, use the `--help` switch.