Welcome to Hulo ๐

English | ็ฎไฝไธญๆ
Hulo is a modern, batch-oriented programming language that compiles to Bash, PowerShell, and VBScript. It is designed to unify scripting across platforms with a clean and consistent DSL.
๐ฆ Install
git clone git@github.com:hulo-lang/hulo.git
# for Windows
tools/scripts/setup.ps1
# for linux
tools/scripts/setup.sh
๐ Usage
// hello.hl
echo "Hello, World!"
Run hulo build hello.hl
, and it will compile into:
hello.sh
for Unix-like systems
hello.ps1
for Windows
hello.vbs
if VBScript output is enabled
- And more targets in future releases!
๐ Documentation
Visit the official docs at hulo-lang.github.io/docs
(Or see the hulo-docs repo for development)
๐ค Contributing
All contributions are welcome, including:
- Reporting bugs
- Submitting issues or feature requests
- Translating or rewriting scripts
- Sending pull requests
Please see our CONTRIBUTING.md before submitting changes.
๐ License
This project is licensed under the MIT License. See LICENSE for more details.
Made with โค๏ธ for hackers, ops, and anyone who loves clean automation.