2025-02-03 14:59:19 +01:00
2024-12-25 16:19:37 +01:00
...
2024-12-30 08:01:17 +01:00
2024-12-25 12:30:49 +01:00
2025-02-03 14:59:19 +01:00
2025-02-03 14:59:19 +01:00
2024-12-25 20:13:02 +01:00
...
2024-12-30 08:01:17 +01:00
2024-12-25 11:18:08 +01:00
2024-12-25 08:40:56 +01:00
...
2024-12-30 08:39:45 +01:00
2024-12-25 16:19:37 +01:00
2024-12-25 20:13:02 +01:00
2024-12-25 20:13:02 +01:00
2024-12-25 16:05:56 +00:00
2024-12-25 08:40:56 +01:00
2024-12-25 12:27:58 +01:00

herolib

a smaller version of herolib with only the items we need for hero

documentation here

automated install

curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh
bash /tmp/install_v.sh --analyzer --herolib 
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)

details


#~/code/github/freeflowuniverse/herolib/install_v.sh --help

V & HeroLib Installer Script

Usage: ~/code/github/freeflowuniverse/herolib/install_v.sh [options]

Options:
  -h, --help     Show this help message
  --reset        Force reinstallation of V
  --remove       Remove V installation and exit
  --analyzer     Install/update v-analyzer
  --herolib      Install our herolib

Examples:
  ~/code/github/freeflowuniverse/herolib/install_v.sh
  ~/code/github/freeflowuniverse/herolib/install_v.sh --reset
  ~/code/github/freeflowuniverse/herolib/install_v.sh --remove
  ~/code/github/freeflowuniverse/herolib/install_v.sh --analyzer
  ~/code/github/freeflowuniverse/herolib/install_v.sh --herolib
  ~/code/github/freeflowuniverse/herolib/install_v.sh --reset --analyzer # Fresh install of both

to test

to run the basic tests, important !!!

~/code/github/freeflowuniverse/herolib/test_basic.vsh
vtest ~/code/github/freeflowuniverse/herolib/lib/osal/package_test.v
#for a full dir
vtest ~/code/github/freeflowuniverse/herolib/lib/osal

#to do al basic tests
~/code/github/freeflowuniverse/herolib/test_basic.vsh

vtest is an alias to test functionality

important to read

Description
a smaller version of crystallib with only the items we need for hero
Readme Apache-2.0 71 MiB
2025-11-26 22:53:45 +00:00
Languages
V 89.4%
JavaScript 2.4%
HTML 2%
Shell 1.4%
CSS 1.4%
Other 3.3%