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
- Host: GitHub
- URL: https://github.com/danielholmes/msw-builders
- Owner: danielholmes
- License: mit
- Created: 2023-01-19T02:56:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T01:19:34.000Z (about 2 years ago)
- Last Synced: 2024-10-08T20:01:18.373Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dhau MSW Builders
[](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