# revili
**Repository Path**: recoluan/revili
## Basic Information
- **Project Name**: revili
- **Description**: A command and GUI integration tool based on vite.
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-09
- **Last Updated**: 2024-05-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# revili
A command and GUI integration tool based on vite.
## Try
```bash
npm install revili@next -g
revili add @revili/revili-kit-default@next
# command 'start' is registered from revili
revili start
# command 'path' is registered from @revili/revili-kit-default
revili path
```
## Built-in commands
### add
Install the kit.
```bash
revili add @revili/revili-kit-default
```
### remove
Remove the kit.
```bash
revili remove @revili/revili-kit-default
```
### use
Switch the kit.
```bash
revili use @revili/revili-kit-default
```
### start
Start the local services provided by the kit.
```bash
revili use @revili/revili-kit-default
revili start
```
### ls/list
Check the added kits.
```bash
revili ls
# or
revili list
```
## Kit
Kit is a fully functional revili extension package, that includes commands, client and server of GUI. Kit are independent of each other.