This commit is contained in:
2024-12-25 10:18:31 +01:00
parent 37d2501067
commit a7e714058f
37 changed files with 33 additions and 344 deletions

View File

@@ -0,0 +1,34 @@
# zinit
To get started
```vlang
import freeflowuniverse.herolib.installers.something. zinit
mut installer:= zinit.get()!
installer.start()!
```
## example heroscript
```hero
!!zinit.install
homedir: '/home/user/zinit'
username: 'admin'
password: 'secretpassword'
title: 'Some Title'
host: 'localhost'
port: 8888
```