Files
backstage/packages/create-app
Tim Hansen efef396113 Add note about disabling CSP defaults
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-04 20:05:29 -06:00
..
2020-12-29 11:08:44 +01:00
2021-06-03 13:23:54 +02:00
2021-06-03 13:23:54 +02: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