@jdubrick/backstage-plugin-sidecar-container-backend
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

sidecar-container

This plugin backend was templated using the Backstage CLI. You should replace this text with a description of your plugin backend.

Installation

This plugin is installed via the @internal/backstage-plugin-sidecar-container-backend package. To install it to your backend package, run the following command:

# From your root directory
yarn --cwd packages/backend add @internal/backstage-plugin-sidecar-container-backend

Then add the plugin to your backend in packages/backend/src/index.ts:

const backend = createBackend();
// ...
backend.add(import('@internal/backstage-plugin-sidecar-container-backend'));

Development

This plugin backend can be started in a standalone mode from directly in this package with yarn start. It is a limited setup that is most convenient when developing the plugin backend itself.

If you want to run the entire project, including the frontend, run yarn dev from the root directory.

Readme

Keywords

none

Package Sidebar

Install

npm i @jdubrick/backstage-plugin-sidecar-container-backend

Weekly Downloads

6

Version

0.1.0

License

Apache-2.0

Unpacked Size

11.3 kB

Total Files

9

Last publish

Collaborators

  • jdubrick