VisInstallation
Installation
Install and set up vis in your monorepo workspace
Installation
Install vis using your preferred package manager:
npm install @visulima/visRequirements
- Node.js: 20.19 or higher
- Workspace: A monorepo using pnpm, npm, yarn, or bun workspaces
Binary Commands
After installation, two binary commands are available:
vis— Full command namev— Short alias
Both point to the same CLI entry point.
Verification
Verify your installation by running:
vis --helpYou should see the list of available commands: run, affected, graph, check, update, and hook.