vgpu
v0.0.5
Published
Official VGPU CLI placeholder for future docs, doctor, and WGSL utilities.
Maintainers
Readme
vgpu
Official VGPU CLI placeholder.
This package reserves the unscoped vgpu npm package name for the official VGPU CLI. It is intentionally small today and does not provide runtime APIs.
Use the runtime packages
Use the published @vgpu/* packages directly for runtime functionality:
@vgpu/core@vgpu/render@vgpu/wgsl- adapters such as
@vgpu/adapter-mockand@vgpu/adapter-node
For example:
pnpm add @vgpu/core @vgpu/render @vgpu/wgslCLI behavior
A tiny vgpu binary is included so npx vgpu and npx vgpu --help show the official placeholder message instead of failing.
npx vgpu
npx vgpu --help
npx vgpu --versionExit codes:
vgpu,vgpu --help, andvgpu -hprint help to stdout and exit0.vgpu --versionandvgpu -vprint0.0.5to stdout and exit0.vgpu docs,vgpu doctor, andvgpu wgslprint a coming-soon message to stderr and exit1.- Unknown commands print an error plus help to stderr and exit
1.
Planned CLI surface
Future versions may expose commands such as:
vgpu docsvgpu doctor- WGSL utilities
These commands are not implemented yet. For now, install and use the @vgpu/* packages directly.
License
MIT.
