Skip to main content

Built and signed on GitHub Actions

Some extra utilities to write MSW GraphQL and rest handlers.

This package works with Node.js, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
76%
Published
4 weeks ago (0.0.40)

Dhau MSW Builders

Test

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, or manually install the dependencies in .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

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@dhau/msw-builders

Import symbol

import * as msw_builders from "@dhau/msw-builders";

---- OR ----

Import directly with a jsr specifier

import * as msw_builders from "jsr:@dhau/msw-builders";

Add Package

npx jsr add @dhau/msw-builders

Import symbol

import * as msw_builders from "@dhau/msw-builders";

Add Package

yarn dlx jsr add @dhau/msw-builders

Import symbol

import * as msw_builders from "@dhau/msw-builders";

Add Package

pnpm dlx jsr add @dhau/msw-builders

Import symbol

import * as msw_builders from "@dhau/msw-builders";

Add Package

bunx jsr add @dhau/msw-builders

Import symbol

import * as msw_builders from "@dhau/msw-builders";