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

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/

Awesome Lists containing this project

README

          

# adopt-tapir

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/clementi/adopt-tapir/go.yml?branch=main)](https://github.com/clementi/adopt-tapir/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/clementi/adopt-tapir)](https://goreportcard.com/report/github.com/clementi/adopt-tapir)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/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.