1.0.0-alpha.2 • Published 6 years ago

backstage-cli v1.0.0-alpha.2

Weekly downloads
114
License
MIT
Repository
github
Last release
6 years ago

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.