A universal data layer for components and services
This is the monorepo for muster and muster-* packages.
The packages are published as separate NPM packages, so can be installed and imported separately.
npm install @dws/muster
npm install @dws/muster-react
yarn add @dws/muster @dws/muster-react
import muster from '@dws/muster';
import { container } from '@dws/muster-react';
yarn
See CONTRIBUTING.md for details.