Files
backstage/packages/create-app
Patrik Oldsberg fb4f1bea95 Merge pull request #15110 from backstage/rugvip/router
core-app-api: add app.createRoot() to replace app.getProvider()
2022-12-12 11:57:05 +01:00
..
2022-12-06 23:07:59 +00:00
2022-12-08 09:11:43 +00:00
2022-12-08 09:11:43 +00:00

@backstage/create-app

This package provides a CLI for creating a copy of the Backstage app.

You can use the flag --skip-install to skip the install.

Usage

With npx:

npx @backstage/create-app

With a local clone of this repo, from the main create-app/ folder, run:

yarn install
yarn backstage-create-app

Documentation