Files
backstage/packages/create-app
Joel Low 8c78b4e9dd Fix review comments
- Combine the various exported types; the only API surface is now the
  `PluginDatabaseClientFactory` which is a free function.
- Rename to the SingleConnectionManager class.
- Refactor the PluginEnvironment type to use databaseClientFactory for
  clarity.
- Fix mergeDatabaseConfig to not override the input dictionary.
2020-10-07 09:32:43 +08:00
..
2020-08-06 17:04:44 +02:00
2020-10-07 09:32:43 +08:00
2020-08-02 23:20:39 +02:00
2020-10-05 15:45:33 +02:00
2020-07-30 01:09:43 +02:00

@backstage/create-app

This package provides a CLI for creating apps. You can use the flag --skip-install to skip the install.

Installation

With npx:

$ npx @backstage/create-app

Documentation