Installation

This guide explains how to install Chronoter CLI.

Prerequisites

  • Node.js 18.0.0 or higher

If you don't have Node.js installed, download and install it from the official website.

Global Installation

You can install globally using your preferred package manager.

npm install -g chronoter

Local Installation

To install per project, add it as a dev dependency.

npm install chronoter --save-dev

Verify Installation

After installation, you can verify it by checking the version.

chronoter --version