Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 996 Bytes

getting-started.md

File metadata and controls

34 lines (25 loc) · 996 Bytes

Getting started


Sprucebot again! 👋

Building a skill is really easy.

There are only 5 steps you need to you get started:

  1. Install latest LTS Node.
  2. Install Yarn.
  3. Install Visual Studio Code (vscode).
  4. Setup vscode to work through command line.
  5. Quit vscode (very important or vscode won't get new settings)

Once Node, Yarn, and vscode are ready, choose your approach: 👇

Option 1. Build your first skill

cd /path/to/development/folder
yarn global add @sprucelabs/spruce-cli
spruce onboard

Option 2. Setup an existing skill

cd /path/to/existing/skill
yarn global add @sprucelabs/spruce-cli
spruce setup.vscode

What's next?

It's time to familiarize yourself with the Command Line Interface.