UiPool v0.2.0

Installation

Get UiPool CLI installed in your project or globally on your system.

Global Installation #

Install UiPool globally to use it across all your projects:

npm install -g uipool

Project Installation #

Or install as a dev dependency in a specific project:

npm install -D uipool

Using npx #

Run without installing using npx:

npx uipool scan
Using npx is great for trying UiPool or one-off scans, but installing globally or as a dev dependency is recommended for regular use.

Verify Installation #

Check that UiPool is installed correctly:

uipool --version

You should see the version number (currently 0.2.0).

Requirements #

  • Node.js 18.0 or higher
  • npm, pnpm, or yarn package manager