Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

.verb.md

File metadata and controls

21 lines (14 loc) · 563 Bytes

Getting started

If you want to see how breakdance works, the CLI is the fastest way to get started.

Installing the CLI

Install the breakdance CLI with npm:

$ npm install  --global breakdance-cli

This adds the bd command to your system path, allowing you to run the breakdance CLI from any directory.

$ bd
# also aliased as "breakdance" in case of conflicts
$ breakdance

See the breakdance documentation for more information about usage and options.