zoubingwu / msw-auto-mock

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

YML files support #46

Closed dev-mich closed 5 months ago

dev-mich commented 5 months ago

Hi all, i have a bunch of yml openapi files, right now i have setted up a workaround in which: i convert the yml files to json on the fly, run auto mock on those files and delete them right away to keep only the yml aource files.

Is it possible to add the support directly for yml files?

dev-mich commented 5 months ago

i'm sorry, it is already working, my bad