Files
backstage/packages/create-app
Patrik Oldsberg bfe6b2f30c Merge pull request #13079 from backstage/rugvip/sql33t
create-app: move better-sqlite3 back to dependencies
2022-08-10 15:37:45 +02: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