Skip to content

ThreeDotsLabs/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f85193 · May 9, 2025
Jan 24, 2025
Feb 23, 2024
May 8, 2025
May 8, 2025
Jan 29, 2022
Nov 12, 2021
Jan 25, 2025
Nov 20, 2021
May 5, 2025
Apr 25, 2025
Apr 25, 2025
Mar 20, 2022
Mar 20, 2022

Repository files navigation

tdl

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

Install

Brew (macOS) - recommended

brew install ThreeDotsLabs/tap/tdl

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