@opengeoweb/shared

v9.33.0

Published

GeoWeb shared library with shared components and utils for the opengeoweb project

Downloads

1,952

Readme

current version coverage

Shared

Library with shared components, hooks and utils for the opengeoweb project. This library was generated with Nx.

Rules for contributing

  • Only add components/utils/hooks that are used in at least 2 other libraries.
  • Provide a storybook demo
  • Provide unit tests with 100% code coverage

Usage

import { Example } from '@opengeoweb/shared';

Running unit tests

Run nx test shared to execute the unit tests via Jest.