07816d67f3
- Refactor targetPaths/findOwnPaths to class-based implementations with unified caching and .dir/.rootDir properties alongside resolve methods - Replace jest.mock with jest.spyOn in plugin-manager.test.ts - Remove paths compatibility wrapper from repo-tools, migrate all internal consumers to use targetPaths from @backstage/cli-common directly - Fix changeset package name (@techdocs/cli not @backstage/techdocs-cli) - Add migration examples to cli-common changeset - Update API report for cli-common Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
@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