Installation

Learn how to install and configure Mockario in your project.

Requirements

  • Node.js 18 or higher
  • npm or yarn

Installation

Mockario can be installed globally via npm:

Terminal
npm install -g @mockario/mockario

Or it can be used directly with npx:

Terminal
npx @mockario/mockario --version

Note

We recommend using npx to avoid global installations and always use the latest version.

Verification

To verify the installation was successful:

Terminal
npx @mockario/mockario --help

Next Steps

Now that you have Mockario installed, go to the Quick Start to create your first mock endpoint.