Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 753 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 753 Bytes

Build Status

backstage-cli

backstage-cli is the CLI component to the suite of Backstage tools. Documentation about its usage can be found at backstage.js.org.

Contributing

backstage-cli is written in TypeScript. It uses the commander.js Node CLI framework, and inquirer.js for interactive command-line prompts.

To work on backstage-cli locally:

  • Clone this repo.
  • Run yarn to install dependencies.
  • Run yarn build:watch to start auto-compiling TypeScript code changes.