Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: backstage-goalie[bot] <97962292+backstage-goalie[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .changeset | ||
| examples | ||
| packages | ||
| plugins | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| README.md | ||
| app-config.yaml | ||
| backstage.json | ||
| catalog-info.yaml | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
README.md
tech-insights
The tech insights plugin provides a way to define facts (data points) and checks (rules) that can be used to evaluate the state of an entity in the catalog.
Plugins
- tech-insights - The frontend plugin for tech insights
- tech-insights-backend - The backend plugin for tech insights.
- tech-insights-backend-module-jsonfc - A module that provides a
JsonRulesEngineFactCheckerfact checker for calculating boolean facts from JSON rules. - tech-insights-common - A common library containing shared utilities to be used across tech-insights plugins
- tech-insights-maturity - The plugin introduces maturity rankings and categories into your checks.
- tech-insights-maturity-common - A common library containing shared functionality for tech-insights-maturity plugin
- tech-insights-node - A node library providing shared backend functionality for tech-insights plugins
- tech-insights-react - A web library containing reusable frontend functionality (components, hooks, api, etc.) to create tech-insights views
Local Development
To start the Backstage App, run:
yarn install
yarn start