Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orchestratora/orchestrator
Extensible orchestrator for UI and forms for Angular
https://github.com/orchestratora/orchestrator
angular builder forms orchestrator ui
Last synced: 15 days ago
JSON representation
Extensible orchestrator for UI and forms for Angular
- Host: GitHub
- URL: https://github.com/orchestratora/orchestrator
- Owner: orchestratora
- License: apache-2.0
- Created: 2018-10-15T16:24:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:00:52.000Z (about 2 years ago)
- Last Synced: 2023-12-20T11:02:24.920Z (about 1 year ago)
- Topics: angular, builder, forms, orchestrator, ui
- Language: TypeScript
- Homepage:
- Size: 3.14 MB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-angular - orchestrator - Extensible orchestrator for UI and forms for Angular. (Table of contents / Third Party Components)
- fucking-awesome-angular - orchestrator - Extensible orchestrator for UI and forms for Angular. (Table of contents / Third Party Components)
README
# Orchestrator
> Extensible orchestrator of the UI for Angular
[![Test Workflow](https://github.com/orchestratora/orchestrator/actions/workflows/test.yml/badge.svg)](https://github.com/orchestratora/orchestrator/actions/workflows/test.yml)
[![Release Workflow](https://github.com/orchestratora/orchestrator/actions/workflows/release.yml/badge.svg)](https://github.com/orchestratora/orchestrator/actions/workflows/release.yml)## Packages
| Name | Package | NPM |
| ------------------------- | ---------------------- | ------------------------------------------------------------------------------ |
| [Core](/libs/core) | @orchestrator/core | ![@orchestrator/core](https://img.shields.io/npm/v/@orchestrator/core) |
| [Layout](/libs/layout) | @orchestrator/layout | ![@orchestrator/layout](https://img.shields.io/npm/v/@orchestrator/layout) |
| [UiWeb](/libs/ui-web) | @orchestrator/ui-web | ![npm](https://img.shields.io/npm/v/@orchestrator/ui-web) |
| [Stepper](/libs/stepper) | @orchestrator/stepper | ![@orchestrator/stepper](https://img.shields.io/npm/v/@orchestrator/stepper) |
| [HtmlTag](/libs/html-tag) | @orchestrator/html-tag | ![@orchestrator/html-tag](https://img.shields.io/npm/v/@orchestrator/html-tag) |### Installation
```bash
$ npm install @orchestrator/core
```## Build
Run `nx build ` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `nx test ` to execute the unit tests via Jest. The test coverage will be stored in the `coverage/` directory.
## Running lint
Run `nx lint ` to execute the unit tests via Jest.
## Running end-to-end tests
Run `nx e2e ` to execute the end-to-end tests via Cypress.
Before running the tests make sure you are serving the app via `ng serve`.