Files
backstage/packages/create-app
Alex Crome e58262b025 Include stack trace on startup errors in create app
Updated the backend index.ts in create-app to log the error as an object, rather than a string.
This causes the error to include a stack trace, along with the error message,
as well as bringing it in line with the main app in the bakstage repo.

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-08-11 12:38:08 +01:00
..
2022-06-23 13:20:37 -06:00
2022-08-10 10:33:47 +00:00
2022-08-10 10:33:47 +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