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

https://github.com/danielholmes/msw-builders

GraphQL matching helpers for MSW
https://github.com/danielholmes/msw-builders

Last synced: 5 months ago
JSON representation

GraphQL matching helpers for MSW

Awesome Lists containing this project

README

          

# Dhau MSW Builders

[![Test](https://github.com/danielholmes/msw-builders/actions/workflows/test.yml/badge.svg)](https://github.com/danielholmes/msw-builders/actions/workflows/test.yml)

Some extra utilities to write MSW GraphQL and rest handlers.

## Installation

```
npm add -D @dhau/msw-builders
```

## Local Development

### Setup

1. Install system dependencies using [ASDF](https://asdf-vm.com/), or manually install the dependencies in [`.tool-versions`](./.tool-versions)
2. Install project dependencies using `npm ci`

### Publishing

Manually trigger from github actions:

https://github.com/danielholmes/msw-builders/actions/workflows/publish.yml