backstage-cli is the CLI component to the suite of Backstage tools. Documentation about its usage can be found at backstage.js.org.
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.