Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Muster Logo

# 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-react

yarn 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)