1.0.6 • Published 3 years ago

generator-mocko v1.0.6

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
3 years ago

Mocko

Mocking made easy, create dynamic mocks, proxy your API and choose which endpoints to mock

Features

  • Choose how to manage your mocks
    • Use a simple web UI for speed
    • Use HCL files for documentation and versioning
  • Create mocks with rules for matching multiple paths
  • Proxy your real API: Requests will be passed through to it unless there's a mock
  • Create dynamic mocks using Handlebars (more here)
  • Easy to deploy: You can deploy it in containers or even using a CLI
  • Really, really fast. Run your tests as fast as you can.

When to use?

  • Mocking integrations for tests, non-productive environments or local development
  • Mocking your own services on development environment to make it easy to simulate complicated scenarios
  • Mocking your future services on development environment to allow the front end and the back end to develop in parallel (after that, delete the mock and it'll be automatically proxied to the real service)

Getting started

Check our full documentation and Getting Started on mocko.dev

For installation, usage or any help, email me:

npm.io

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago