npm.io
0.8.0 • Published 4d agoCLI

@agent-ix/quire-cli

Licence
MIT
Version
0.8.0
Deps
0
Size
38 kB
Vulns
0
Weekly
0

@agent-ix/quire-cli

Prebuilt distribution of quire, a static CLI over quire-rs for parsing, extracting, looking up, editing, validating, and inspecting Markdown artifacts.

This npm package is a thin launcher. The actual binary ships in a per-platform optional dependency (@agent-ix/quire-cli-<os>-<arch>); npm installs only the one matching your machine. No source build and no quire-rs checkout is required.

Install

This package is published to GitHub Packages, so point the @agent-ix scope at that registry. In .npmrc:

@agent-ix:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

Then:

npm install -g @agent-ix/quire-cli
quire --help

Or run without installing:

npx @agent-ix/quire-cli parse README.md

Supported platforms

os / arch Rust target
linux-x64 x86_64-unknown-linux-musl
linux-arm64 aarch64-unknown-linux-musl
darwin-arm64 aarch64-apple-darwin
win32-x64 x86_64-pc-windows-msvc

Linux x64 covers both Intel and AMD servers; win32-x64 covers both Intel and AMD Windows machines. macOS support targets Apple Silicon. The Linux binaries are statically linked against musl.

See the main repository for command documentation.

Keywords