ThreeDotsLabs / cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 84.8%Language:Shell 12.5%Language:PowerShell 2.0%Language:Makefile 0.7%