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

https://github.com/sevenoutman/setup-msw

CLI tool that sets up MSW for you
https://github.com/sevenoutman/setup-msw

msw quickstart scaffold

Last synced: 7 months ago
JSON representation

CLI tool that sets up MSW for you

Awesome Lists containing this project

README

          

# setup-msw

[![npm version](https://badgen.net/npm/v/setup-msw)](https://npm.im/setup-msw) [![npm downloads](https://badgen.net/npm/dm/setup-msw)](https://npm.im/setup-msw)

CLI tool that sets up [Mock Service Worker (MSW)](https://mswjs.io/) for your project.

![Screencast](./screencast.svg)

## Features

This package basically does https://mswjs.io/docs/getting-started for you and that's all.
It fits you better when you are adding msw to more projects.

## Usage

```bash
npx setup-msw
```

## License

MIT © [Doma](https://doma.land)