Building the CLI

Learn how to build the CLI for VtubersTV.

Prerequisites

To build the CLI, you will need the following tools:

Building the CLI

To build the CLI, follow these steps:

Clone the repository

git clone https://github.com/VtubersTV/cli.git

Change directory to the CLI folder

cd cli

Build the CLI

npm install
npm run build
npm install -g

Run the CLI

vtubers help

Troubleshooting

If you encounter any issues while building the CLI, please refer to the troubleshooting guide.

If you are still having trouble, please open an issue for further assistance.