Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsjroberts/muster
A universal data layer for components and services
https://github.com/lsjroberts/muster
Last synced: 6 days ago
JSON representation
A universal data layer for components and services
- Host: GitHub
- URL: https://github.com/lsjroberts/muster
- Owner: lsjroberts
- License: mit
- Created: 2018-12-04T14:32:48.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-14T17:03:26.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T22:39:32.823Z (7 months ago)
- Language: TypeScript
- Size: 37 MB
- Stars: 0
- Watchers: 1
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Muster · [![CircleCI](https://circleci.com/gh/dwstech/muster.svg?style=shield)](https://circleci.com/gh/dwstech/muster) [![Known Vulnerabilities](https://snyk.io/test/github/dwstech/muster/badge.svg?targetFile=package.json)](https://snyk.io/test/github/dwstech/muster?targetFile=package.json) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/dwstech/muster/blob/develop/LICENCE) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=flat-square)](https://lernajs.io/) [![codecov](https://codecov.io/gh/dwstech/muster/branch/develop/graph/badge.svg)](https://codecov.io/gh/dwstech/muster) [![Greenkeeper badge](https://badges.greenkeeper.io/dwstech/muster.svg)](https://greenkeeper.io/)
> A universal data layer for components and services
>
> https://dwstech.github.io/muster/This is the monorepo for muster and muster-* packages.
## Usage
The packages are published as separate NPM packages, so can be installed and imported separately.
```bash
npm install @dws/muster
npm install @dws/muster-reactyarn add @dws/muster @dws/muster-react
``````javascript
import muster from '@dws/muster';
import { container } from '@dws/muster-react';
```### Development
```bash
yarn
```See [CONTRIBUTING.md](./CONTRIBUTING.md) for details.
## Licence
[MIT](./LICENCE)