A collection of CLI tools for East5th.
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"
To update the CLI itself, run:
east5th cli update
This will git pull
and yarn
the scripts
repository.