An open API service indexing awesome lists of open source software.

https://github.com/revilijs/revili

A command and GUI integration tool based on vite.
https://github.com/revilijs/revili

Last synced: 1 day ago
JSON representation

A command and GUI integration tool based on vite.

Awesome Lists containing this project

README

        



logo



# revili
A command and GUI integration tool based on vite. Please refer to the [documentation](https://revili.recoluan.com/).

## Try

```bash
npm install revili@next -g
revili add @revili/revili-kit-demo@next

# command 'start' is registered from revili
revili start

# command 'path' is registered from @revili/revili-kit-demo
revili path
```

## Built-in commands

### add

Install the kit.

```bash
revili add @revili/revili-kit-demo
```

### remove

Remove the kit.

```bash
revili remove @revili/revili-kit-demo
```

### use

Switch the kit.

```bash
revili use @revili/revili-kit-demo
```

### start

Start the local services provided by the kit.

```bash
revili use @revili/revili-kit-demo
revili start
```

### ls/list

Check the added kits.

```bash
revili ls

# or
revili list
```