Skip to content

Getting started

Installation

Homebrew

brew tap Marcel2603/tap
brew install tfcoach

From release

Download the latest binary from the Releases page and place it in your $PATH.

From docker

docker pull ghcr.io/marcel2603/tfcoach/tfcoach:latest
docker run -v $PWD:/app ghcr.io/marcel2603/tfcoach/tfcoach:latest lint .

From source

go install github.com/Marcel2603/tfcoach@latest

This will install tfcoach into your $GOPATH/bin or $GOBIN.

First run

tfcoach lint .