Installing the CLI globally
The CLI can be installed globally using the following command:
- npm
- yarn
- pnpm
npm install -g @modmon/cli
yarn global add @modmon/cli
pnpm 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.