Categorygithub.com/ThreeDotsLabs/cli
module
0.1.40
Repository: https://github.com/threedotslabs/cli.git
Documentation: pkg.go.dev

# README

tdl

This is the tdl CLI tool used for running the interactive trainings on the Three Dots Labs Academy.

Install

Script (macOS, Linux) - recommended

sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.sh)" -- -b /usr/local/bin

Script (Windows)

Install to your home directory:

iwr https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.ps1 -useb | iex

Or install in any chosen path:

$env:TDL_INSTALL = 'bin\'
iwr https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.ps1 -useb | iex

Binaries

Download the latest binary from GitHub and move it to a directory in your $PATH.

See Releases

From source

go install github.com/ThreeDotsLabs/cli/tdl@latest

# Packages

No description provided by the author
No description provided by the author