@yixiaoermail/cli
v3.2.9
Published
Yixiaoer CLI packaged for npm global installation
Downloads
3,487
Readme
@yixiaoer/cli
Packaged yxer CLI for global npm installation.
Install
npm install -g @yixiaoermail/cliThe npm package installs a lightweight launcher. During install or first run it downloads the matching platform binary from the release assets.
Verify
yxer --versionInstall skill
The npm package includes the yixiaoer skill bundle. Sync it into your agent host with:
yxer skill syncUse yxer skill sync --global if your host expects a global skill install.
Release Packaging
This package expects release assets named like:
yxer-cli-3.2.2-windows-amd64.zip
yxer-cli-3.2.2-windows-arm64.zip
yxer-cli-3.2.2-darwin-amd64.tar.gz
yxer-cli-3.2.2-darwin-arm64.tar.gz
yxer-cli-3.2.2-linux-amd64.tar.gz
yxer-cli-3.2.2-linux-arm64.tar.gz
checksums.txtIf you mirror the download host, set YXER_DOWNLOAD_BASE_URL before installation.
