Files
backstage/packages/create-app
Patrik Oldsberg a1a03534cc Merge pull request #18621 from davidfestal/create-app-support-external-template
Allow using external templates in `create-app`
2023-07-14 09:51:54 +02:00
..
2023-07-11 18:09:52 +02:00
2023-07-11 15:34:57 +00:00
2023-07-11 15:34:57 +00:00
2021-12-02 14:30:44 -05: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