UCD.js Docs
CLI

Overview

Command-line interface for UCD.js

CLI

The @ucdjs/cli package provides a command-line interface for working with the Unicode Character Database. Use it to manage local UCD stores, browse remote files, run pipelines, and generate code.

Installation

npm install -g @ucdjs/cli

Run any command with --help to see available options:

ucd --help
ucd store --help

Commands

Global Flags

These flags are available on all commands:

FlagDescription
--help, -hShow help for the current command
--versionPrint the CLI version and exit
--jsonOutput results as JSON (supported per-command)
--forceForce the operation (behavior varies per command)

On this page