Skip to main content

Installing the CLI globally

The CLI can be installed globally using the following command:

npm install -g @modmon/cli

This will install the CLI to your system's global node_modules directory, allowing you to run it from anywhere. This is useful for creating new projects and working outside of a project directory.