Skip to content

Quick start

This guide will help you getting started with Watt TF quickly.

1. Install Watt TF

sh
go install github.com/devsebastianops/watt-tf/cmd/wtf@latest
wtf --help
sh
git clone https://github.com/devsebastianops/watt-tf.git
cd watt-tf
go build -o wtf ./cmd/wtf/main.go
./wtf --help

Released under the MIT License.