This repository is being used to hold the Stacc CLI releases.
NOTE: The name of the tap has changed. If you still have the old one, run
brew untap stacc/stacc-CLI
before doing the steps below.
First add the repository with
brew tap stacc/tap
Then install the CLI with
brew install stacc-next
First add the repository with
scoop bucket add stacc https://github.com/stacc/cli-next
Then install the CLI with
scoop install stacc
MacOS and Linux users
curl -s https://raw.githubusercontent.com/stacc/cli-next/main/install.sh | bash -s --
Windows users
curl -LSs https://raw.githubusercontent.com/stacc/cli-next/main/install.bat -o %TEMP%\stacc-install.bat && CMD /C %TEMP%\stacc-install.bat && del %TEMP%\stacc-install.bat
Download the latest release here.
The source code for the CLI is contained in this repository.