Mittens

Mittens

  • Docs
  • GitHub

›Installation

About

  • Introduction
  • Getting Started

Installation

  • How to Build
  • How to Run

Contributing

  • How to Contribute

How to Build

Mittens is written in Go and uses Go Modules. We provide a Makefile which can be used to generate an executable binary and a Dockerfile if you prefer to run using Docker.

Binary

To build the binary make sure you've installed Go 1.21.

Build binary executable & run unit tests

To build the project run the following:

make unit-tests

This will run the unit tests and generate a binary executable.

Run integration tests

To run the integration tests:

make integration-tests

Docker

Build image

To build a Docker image named mittens:

make docker
← Getting StartedHow to Run →
Mittens
Docs
Introduction
Community
User Showcase
More
GitHubStar
Expedia Group Open Source
Copyright © 2024 Expedia, Inc.