Getting StartedInstallation
Installation
To install the sabaccui package, run the following command:
bash
npm install -g sabaccui
bash
bun install -g sabaccui
This command installs the SabaccUI CLI globally on your machine, allowing you to access the sabaccui
command from any directory.
Using with npx/bunx
Alternatively, you can use the npx
or bunx
command to run the SabaccUI CLI directly. To do this, run the following command:
bash
npx sabaccui
bash
bunx sabaccui