@opengeoweb/shared
v15.3.0
Published
GeoWeb shared library with shared components and utils for the opengeoweb project
Maintainers
Keywords
Readme
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.