Skip to content

Hoodie is a markup language that, compiles into Valve KeyValues and has extra features making development more pleasant.

Notifications You must be signed in to change notification settings

telephrag/hoodie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hoodie

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.

Install

Prebuilt executable

Download executable from releases section on this github page.

Build from source

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 Linux
  • go build -o=hoodie.exe main.go on Windows
  • on Linux executable will be hoodie and hoodie.exe on Windows

Usage

Windows: hoodie.exe -d=path\to\project

Linux: hoodie -d=path/to/project

About

Hoodie is a markup language that, compiles into Valve KeyValues and has extra features making development more pleasant.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages