Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 615 Bytes

Sleeper CLI

Tool built in Golang to access your Sleeper leagues data using Cobra CLI.

Installation

To install the Sleeper CLI, you need to have Go installed on your machine.

Afterwards, copy env-example.yaml and create a new file called env.yaml. Then, replace the example LEAGUE_ID value with your actual Sleeper LEAGUE_ID, found in your league settings on the app.

Once you have Go installed, you can clone the repository and build the CLI tool.

git clone git@github.com:miriarte33/sleeper-cli.git
cd sleeper-cli
go build

Usage

./sleeper -h