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.
- Host: GitHub
- URL: https://github.com/revilijs/revili
- Owner: revilijs
- License: mit
- Created: 2022-12-03T08:56:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T15:15:41.000Z (6 months ago)
- Last Synced: 2024-11-03T15:21:39.593Z (6 months ago)
- Language: TypeScript
- Homepage: http:revili.recoluan.com
- Size: 1.58 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vite - Revili - A command and GUI integration tool. (Projects Using Vite.js / Open Source)
- fucking-awesome-vite - Revili - A command and GUI integration tool. (Projects Using Vite.js / Open Source)
README
# 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
```