Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🧩 A modern scripting language that compiles to Bash, PowerShell, and VBScript...

License

NotificationsYou must be signed in to change notification settings

hulo-lang/hulo

Repository files navigation

HuloGoBashScriptPowerShellVBScript


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

Direct Downloads

Download pre-built binaries directly fromGitHub Releases:

# Linux/macOScurl -L https://github.com/hulo-lang/hulo/releases/latest/download/install.sh| bash# Windows (PowerShell)irm https://github.com/hulo-lang/hulo/releases/latest/download/install.ps1| iex

From Source

# Clone repositorygit clone https://github.com/hulo-lang/hulo.gitcd hulo# for Windowstools/scripts/setup.ps1# for linuxtools/scripts/setup.shmage release:all

Package Managers

Package ManagerHomePageRepository
npmhulo-langhulo-npm
pypihulohulo-py
scoopscoop-hulo
brewhomebrew-hulo

🚀 Usage

// hello.hlecho "Hello, World!"

Runhulo 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

🤝 Contributing

All contributions are welcome, including:

  • Reporting bugs
  • Submitting issues or feature requests
  • Translating or rewriting scripts
  • Sending pull requests

Please see ourCONTRIBUTING.md before submitting changes.

📝 License

This project is licensed under the MIT License. SeeLICENSE for more details.


Made with ❤️ for hackers, ops, and anyone who loves clean automation.

About

🧩 A modern scripting language that compiles to Bash, PowerShell, and VBScript...

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp