Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 476 Bytes

File metadata and controls

21 lines (13 loc) · 476 Bytes

East5th CLI

A collection of CLI tools for East5th.

Installation

To install, clone the scripts repository locally, run yarn, and add the bin directory to your PATH (be sure to change /Users/petecorey/East5th to the path where you cloned the repository):

export PATH="/Users/petecorey/East5th/scripts/bin:$PATH"

Updates

To update the CLI itself, run:

east5th cli update

This will git pull and yarn the scripts repository.