leboncoin / morphlingjs

A CLI to mock with meaningful data a REST API from a Swagger file
MIT License
149 stars 1 forks source link

Remove Docker requirement for `npm install` #12

Open netmilk opened 6 years ago

netmilk commented 6 years ago

Let's make it CI friendly. They're imo right here

What about starting a dettached server instead of Docker?

morphling start -d
vroudge commented 6 years ago

There is still strong justification to have a language-agnostic module like Morphling.

I would consider a no-docker running mode on a PR though.