0.0.1-alpha.25 • Published 5 years ago

@mockly/core v0.0.1-alpha.25

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

CircleCI Codecov Code Climate maintainability lerna

:blue_book: Check the documentation out here

Mockly

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

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