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 with Homebrew
brew tap sprucelabsai-community/spruce
brew install spruce
Installing manually
- Install latest LTS Node.
- Quit vscode (very important or vscode won’t get new settings)
Installing with Yarn
npm install -g yarn
yarn global add @sprucelabs/spruce-cli
Installing with NPM
npm install -g @sprucelabs/spruce-cli