fix: Rename freeflowuniverse to incubaid
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module bun
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module bun
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
bun_global map[string]&Bun
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module bun
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
pub const version = '1.2.3'
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# bun
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.bun as bun_installer
|
||||
import incubaid.herolib.installers.something.bun as bun_installer
|
||||
|
||||
heroscript:="
|
||||
!!bun.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ bun_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module imagemagick
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import os
|
||||
|
||||
// this gets the name of the directory
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module imagemagick
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.python
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module imagemagick
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module imagemagick
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
pub const version = '0.0.0'
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# imagemagick
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something.imagemagick as imagemagick_installer
|
||||
import incubaid.herolib.installers.something.imagemagick as imagemagick_installer
|
||||
|
||||
heroscript:="
|
||||
!!imagemagick.configure name:'test'
|
||||
@@ -40,5 +38,3 @@ imagemagick_installer.play(heroscript=heroscript)!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
module lighttpd
|
||||
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.installers.infra.zinit
|
||||
import freeflowuniverse.herolib.osal.startupmanager as zinitmgmt
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.osal.screen
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.installers.infra.zinit
|
||||
import incubaid.herolib.osal.startupmanager as zinitmgmt
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.osal.screen
|
||||
import os
|
||||
|
||||
// install lighttpd will return true if it was already installed
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
module lighttpd
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import freeflowuniverse.herolib.osal.systemd
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import freeflowuniverse.herolib.installers.lang.golang
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.lang.python
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.osal.systemd
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import incubaid.herolib.installers.lang.golang
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.lang.python
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module lighttpd
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module lighttpd
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
pub const version = '0.0.0'
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
# tailwind
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something. tailwind
|
||||
import incubaid.herolib.installers.something. tailwind
|
||||
|
||||
mut installer:= tailwind.get()!
|
||||
|
||||
@@ -21,7 +19,6 @@ installer.start()!
|
||||
|
||||
## example heroscript
|
||||
|
||||
|
||||
```hero
|
||||
!!tailwind.install
|
||||
homedir: '/home/user/tailwind'
|
||||
@@ -32,5 +29,3 @@ installer.start()!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module tailwind
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module tailwind
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
tailwind_global map[string]&Tailwind
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module tailwind
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '3.4.12'
|
||||
const singleton = false
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
# tailwind4
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something. tailwind4
|
||||
import incubaid.herolib.installers.something. tailwind4
|
||||
|
||||
mut installer:= tailwind4.get()!
|
||||
|
||||
@@ -21,7 +19,6 @@ installer.start()!
|
||||
|
||||
## example heroscript
|
||||
|
||||
|
||||
```hero
|
||||
!!tailwind4.install
|
||||
homedir: '/home/user/tailwind4'
|
||||
@@ -32,5 +29,3 @@ installer.start()!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module tailwind4
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
//////////////////// following actions are not specific to instance of the object
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module tailwind4
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
tailwind4_global map[string]&Tailwind
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module tailwind4
|
||||
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.encoderhero
|
||||
|
||||
pub const version = '4.0.8'
|
||||
const singleton = false
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
# traefik
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.web.traefik as traefik_installer
|
||||
import incubaid.herolib.installers.web.traefik as traefik_installer
|
||||
|
||||
mut installer:= traefik_installer.get()!
|
||||
|
||||
@@ -18,4 +16,3 @@ installer.start()!
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
module traefik
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import freeflowuniverse.herolib.installers.ulist
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import incubaid.herolib.installers.ulist
|
||||
import os
|
||||
|
||||
fn startupcmd() ![]startupmanager.ZProcessNewArgs {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module traefik
|
||||
|
||||
import freeflowuniverse.herolib.core.base
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.base
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
import time
|
||||
|
||||
__global (
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
module traefik
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import freeflowuniverse.herolib.data.encoderhero
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.encoderhero
|
||||
import os
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.pathlib
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.pathlib
|
||||
|
||||
pub const version = '3.3.3'
|
||||
const singleton = true
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
# zola
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```v
|
||||
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.installers.something. zola
|
||||
import incubaid.herolib.installers.something. zola
|
||||
|
||||
mut installer:= zola.get()!
|
||||
|
||||
@@ -21,7 +19,6 @@ installer.start()!
|
||||
|
||||
## example heroscript
|
||||
|
||||
|
||||
```hero
|
||||
!!zola.install
|
||||
homedir: '/home/user/zola'
|
||||
@@ -32,5 +29,3 @@ installer.start()!
|
||||
port: 8888
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
module zola
|
||||
|
||||
import freeflowuniverse.herolib.osal.core as osal
|
||||
import freeflowuniverse.herolib.core
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core.texttools
|
||||
import freeflowuniverse.herolib.installers.base
|
||||
import freeflowuniverse.herolib.installers.lang.rust
|
||||
import freeflowuniverse.herolib.installers.web.tailwind
|
||||
import incubaid.herolib.osal.core as osal
|
||||
import incubaid.herolib.core
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools
|
||||
import incubaid.herolib.installers.base
|
||||
import incubaid.herolib.installers.lang.rust
|
||||
import incubaid.herolib.installers.web.tailwind
|
||||
import os
|
||||
|
||||
pub const version = '0.18.0'
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
module zola
|
||||
|
||||
import freeflowuniverse.herolib.core.playbook { PlayBook }
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import incubaid.herolib.core.playbook { PlayBook }
|
||||
import incubaid.herolib.ui.console
|
||||
import json
|
||||
import freeflowuniverse.herolib.osal.startupmanager
|
||||
import incubaid.herolib.osal.startupmanager
|
||||
|
||||
__global (
|
||||
zola_global map[string]&ZolaInstaller
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module zola
|
||||
|
||||
import freeflowuniverse.herolib.data.paramsparser
|
||||
import incubaid.herolib.data.paramsparser
|
||||
import os
|
||||
|
||||
const singleton = false
|
||||
|
||||
Reference in New Issue
Block a user