shx/docs/installation-cli.md

605 B

Installation (CLI)

📦 Prerequisites

📥 Installation

From Source

  1. Navigate to the packages/cli directory:
cd packages/cli
  1. Install all dependencies:
yarn install
  1. Install CLI:
yarn r
  1. The CLI should now be installed. You can verify this by running:
shx --help

From NPM

  1. Install CLI:
yarn global add shx-cli
  1. The CLI should now be installed. You can verify this by running:
shx --help