Licence
MIT
Version
0.1.28
Deps
0
Size
3.3 MB
Vulns
0
Weekly
0
@primitiv-ui/cli-win32-x64
The Primitiv UI CLI binary for Windows x64 — one of the per-platform
packages behind the primitiv-ui
command.
You don't install this directly. Install the primitiv-ui wrapper; it
lists every platform package as an optionalDependency, and your package
manager installs only the one matching your OS/CPU (win32 / x64),
skipping the rest. The wrapper's launcher then resolves the binary from
whichever platform package landed and runs it.
npm i -D primitiv-ui
npx primitiv add button
If your platform isn't packaged, install from source instead:
cargo install primitiv-cli
Part of the Primitiv design system.