vtx-cli-0.2.1 is not a library.

Installation

Recommended (System Global)

The easiest way to get the standalone binary.

curl -fsSL [https://raw.githubusercontent.com/.../install.sh](https://raw.githubusercontent.com/.../install.sh) | sh
# OR
brew install vtxdeo/tap/vtx

Developer Friendly (Using your existing tools)

Already have a language environment? You can install vtx using your preferred package manager.

Node.js

npm install -g @vtxdeo/cli
# Or run once without installing:
npx @vtxdeo/cli init my-project

Python

We recommend using pipx to install CLI tools in isolation.

pipx install vtx-cli

Rust

# Installs from source (compilation required)
cargo install vtx-cli