Install the SpruceCLI
This is the fastest way to get up and running with the Spruce CLI. It’s the best way to get started in writing regression proof node modules.
Installing using Homebrew (NOT WORKING YET)
This does not work… yet. I could use some help here. If anyone is interested, reach out to us on X. For now, you have to follow the steps under “Installing manually”.
brew tap sprucelabsai-community/spruce-cli
brew install spruce-cli
Installing manually
- Install latest LTS Node.
- Quit vscode (very important or vscode won’t get new settings)
Install Yarn
npm install -g yarn
Install Spruce CLI
Once Node, Yarn, and vscode are ready, run the following: 👇
yarn global add @sprucelabs/spruce-cli