zoubingwu / msw-auto-mock

A cli tool to generate random mock data from OpenAPI definition for msw.
246 stars 54 forks source link

feat: add static mock generation option #43

Closed zoubingwu closed 7 months ago

zoubingwu commented 7 months ago

Enhanced the CLI tool to support static mock data generation. This introduces a new '--static' option that helps in creating static mock data as opposed to the existing dynamic mock generation. The documentation has been updated to include this additional option.