Hoodie is a markup language that compiles into Valve KeyValues used in various Source 1 games. Hoodie implements ability to utilise reusable code blocks called traits.
Download executable from releases section on this github page.
NOTE: hoodie is yet to be tested on Windows
Dependecies:
- go 1.21.3
How to:
- download this repository
go build -o=hoodie main.go
inside downloaded directory on Linuxgo build -o=hoodie.exe main.go
on Windows- on Linux executable will be
hoodie
andhoodie.exe
on Windows
Windows: hoodie.exe -d=path\to\project
Linux: hoodie -d=path/to/project