Topology Builder UI for the Nokia EDA platform allows users to create the input YAML for the topology workflow in a graphical way.
Not an official Nokia product.
The reusable React package is published to GitHub Packages as @eda-labs/topo-builder.
Consumers need an .npmrc that maps the @eda-labs scope to GitHub Packages:
@eda-labs:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}Install with a GitHub token that can read the private package:
GITHUB_TOKEN=$(gh auth token) npm install @eda-labs/topo-builder