File tree Expand file tree Collapse file tree 5 files changed +41
-7
lines changed Expand file tree Collapse file tree 5 files changed +41
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @msw-dev-tool/react " : patch
3
+ ---
4
+
5
+ Update readme
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @msw-dev-tool/core " : patch
3
+ ---
4
+
5
+ Update readme
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ This project uses pnpm workspaces.
12
12
13
13
| Project | Description |
14
14
| ---------------- | ----------------------------------------------------------------------------------------------------- |
15
+ | ** docs** | The documentation of the library.
16
+ | ** core** | ` @msw-dev-tool/core ` : Core lib logic to control msw handlers |
17
+ | ** react** | ` @msw-dev-tool/lib ` : Implement of react UI |
15
18
| ** example** | A sample project to develop and test ` msw-dev-tool ` . You need to build ` msw-dev-tool ` before testing. |
16
- | ** msw-dev-tool** | The source code of the library. |
17
- | ** docs ** | The documentation of the library. |
19
+ | ** msw-dev-tool** | The ** LEGACY ** source code of the library. |
20
+ |
Original file line number Diff line number Diff line change 1
1
# core
2
- - Internal logic of ` msw-dev-tool ` .
2
+
3
+ - Internal logic of ` msw-dev-tool/react ` .
3
4
- Manage core logic, type and schema.
4
5
- It is based on ` zustand ` and ` msw ` .
5
- - Getting ready!
6
+ - Getting ready!
7
+
8
+ # Install
9
+
10
+ - npm:
11
+
12
+ ``` bash
13
+ npm i @msw-dev-tool/core --save-dev
14
+ ```
15
+
16
+ - yarn:
17
+
18
+ ``` bash
19
+ yarn add @msw-dev-tool/core --dev
20
+ ```
21
+
22
+ - pnpm:
23
+
24
+ ``` bash
25
+ pnpm add @msw-dev-tool/core --save-dev
26
+ ```
Original file line number Diff line number Diff line change 3
3
- npm:
4
4
5
5
``` bash
6
- npm i msw-dev-tool --save-dev
6
+ npm i @ msw-dev-tool/core @msw-dev-tool/react --save-dev
7
7
```
8
8
9
9
- yarn:
10
10
11
11
``` bash
12
- yarn add msw-dev-tool --dev
12
+ yarn add @ msw-dev-tool/core @msw-dev-tool/react --dev
13
13
```
14
14
15
15
- pnpm:
16
16
17
17
``` bash
18
- pnpm add msw-dev-tool --save-dev
18
+ pnpm add @ msw-dev-tool/core @msw-dev-tool/react --save-dev
19
19
```
20
20
21
21
# How to use?
You can’t perform that action at this time.
0 commit comments