Skip to content

revilijs/revili

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 17, 2024
e539e1c · Dec 17, 2024

History

96 Commits
Dec 17, 2024
Jun 25, 2024
Dec 1, 2024
Dec 16, 2024
Dec 17, 2024
May 21, 2024
May 19, 2024
Jan 26, 2023
Jan 26, 2023
Jan 26, 2023
May 21, 2024
Jan 26, 2023
Jan 30, 2023
Dec 3, 2022
May 20, 2024
Jan 26, 2023
May 16, 2024
Dec 7, 2024
Aug 27, 2023
Jan 26, 2023

Repository files navigation

logo


revili

A command and GUI integration tool based on vite. Please refer to the documentation.

Try

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.

revili add @revili/revili-kit-demo

remove

Remove the kit.

revili remove @revili/revili-kit-demo

use

Switch the kit.

revili use @revili/revili-kit-demo

start

Start the local services provided by the kit.

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

ls/list

Check the added kits.

revili ls

# or
revili list