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
- Host: GitHub
- URL: https://github.com/sevenoutman/setup-msw
- Owner: SevenOutman
- License: mit
- Created: 2023-02-14T08:59:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T07:06:09.000Z (over 2 years ago)
- Last Synced: 2025-03-01T23:27:05.236Z (7 months ago)
- Topics: msw, quickstart, scaffold
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-msw
[](https://npm.im/setup-msw) [](https://npm.im/setup-msw)
CLI tool that sets up [Mock Service Worker (MSW)](https://mswjs.io/) for your project.

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