📘 Check the documentation out here
Mocky is under development and is still not finished yet. Keep this in mind when you try it
Mockly is a highly configurable mocking server which focuses on breaking the dependency between your Front End applications and the HTTP services that they consume at development time. No more time wasted waiting on the server status or services availability. You will have your mocking server available in a breeze just creating a few files. Manage how you want the services to behave applying delays or returning different HTTP status codes and much more.
Install Mockly, as other CLI tools, is pretty straightforward. You can choose between install it globally:
npm install -g @mockly/cli
Or locally in a project:
npm install --save-dev @mockly/cli
Independently the way you chose to install the tool, you should be able to use it just typing mockly to start the server:
$ mockly