com-pas / compas-oscd-docops

elemental UI components from compas-open-scd for SCL documents' operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoMPAS OpenSCD Document Operations Monorepo

This repository hosts the components and plugins related to the (db-stored) SCL documents lifecycle management within the CoMPAS OpenSCD project.

Components and Plugins

The following components are featured in this repository:

The following plugins are featured in this repository:

Usage

This project uses Nx, a set of extensible dev tools for monorepos. It is used in this repository to manage the development and build process of the various components and plugins. Feel free to use any of the Nx commands in here.

We provide the following scripts for your convenience:

  • npm test runs the tests in all the components
  • npm run build builds a deployable version of every component into their /dist directory
  • npm build:all same as the one before but it tells Nx to skip the cache
  • bundle generates a javascript bundle for every plugin

© 2023 Alliander N.V.

About

elemental UI components from compas-open-scd for SCL documents' operations

License:Apache License 2.0


Languages

Language:TypeScript 81.7%Language:JavaScript 15.6%Language:HTML 2.6%