Sprucebot again! 👋
Building a skill is really easy.
There are only 5 steps you need to you get started:
- Install latest LTS Node.
- Install Yarn.
- Install Visual Studio Code (vscode).
- Setup vscode to work through command line.
- Quit vscode (very important or vscode won't get new settings)
Once Node, Yarn, and vscode are ready, choose your approach: 👇
cd /path/to/development/folder
yarn global add @sprucelabs/spruce-cli
spruce onboard
cd /path/to/existing/skill
yarn global add @sprucelabs/spruce-cli
spruce setup.vscode
It's time to familiarize yourself with the Command Line Interface.