Home

Awesome

Orchestrator

Extensible orchestrator of the UI for Angular

Test Workflow Release Workflow

Packages

NamePackageNPM
Core@orchestrator/core@orchestrator/core
Layout@orchestrator/layout@orchestrator/layout
UiWeb@orchestrator/ui-webnpm
Stepper@orchestrator/stepper@orchestrator/stepper
HtmlTag@orchestrator/html-tag@orchestrator/html-tag

Installation

$ npm install @orchestrator/core

Build

Run nx build <package> to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run nx test <package> to execute the unit tests via Jest. The test coverage will be stored in the coverage/ directory.

Running lint

Run nx lint <package> to execute the unit tests via Jest.

Running end-to-end tests

Run nx e2e <package> to execute the end-to-end tests via Cypress. Before running the tests make sure you are serving the app via ng serve.