You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be useful to provide a command line that help creating a new mock file, specially when using as a dotnet tool, but it can also be useful in other cases.
Describe the solution you'd like
$ dotnet new mockaco-templatemethod: GETroute: /somepath/helloSuccessfully created get_somepath_hello.json.
It could also have some other templates like:
$ dotnet new mockaco-callback-templatemethod: GETroute: /somepath/triggercallback url: /response/callbackcallback method: POSTSuccessfully created get_somepath_trigger.json.
Describe alternatives you've considered
$ mockaco new hello --method GET --route /somepath/hello
The text was updated successfully, but these errors were encountered:
@tkrafael The dotnet tool already exists, you can install it by running dotnet tool install -g mockaco, and it allows to run a full mockaco environment in the specified folder. Refer to #56 for more details! 😃
Is your feature request related to a problem? Please describe.
It would be useful to provide a command line that help creating a new mock file, specially when using as a dotnet tool, but it can also be useful in other cases.
Describe the solution you'd like
It could also have some other templates like:
Describe alternatives you've considered
$ mockaco new hello --method GET --route /somepath/hello
The text was updated successfully, but these errors were encountered: