@emma-community/backstage-plugin-emma-common
v1.1.9
Published
Common library for the emma plugin
Downloads
38
Readme
emma-common plugin
Overview
The emma-common
plugin provides shared resources such as constants, types, and API methods that are used by both the frontend and backend plugins.
Key files
constants.ts
: Defines shared constants used across plugins.types.ts
: Defines shared types used across plugins.permissions.ts
: Manages permission-related logic.EmmaApi.ts
: Provides API interaction methods.EmmaApiFactory.ts
: Factory functions for creating API instances.setupTests.ts
: Contains setup logic for tests.
Installation
To install the dependencies, run:
yarn install
Testing
To run the tests, use:
yarn test
License
This project is licensed under the Apache 2.0 License.