Skip to content

Latest commit

ย 

History

History
47 lines (28 loc) ยท 1.66 KB

File metadata and controls

47 lines (28 loc) ยท 1.66 KB

Welcome to Hulo-Amber-Example ๐Ÿ‘‹

Hulo BashScript


English | ็ฎ€ไฝ“ไธญๆ–‡

This is an experimental project that aims to rewrite examples in the Amber source code using the Hulo language. By transforming imperative shell scripts into declarative Hulo code, the project explores modern script practices and maintainability.

๐Ÿš€ Getting Started

Warning

This project is in an early stage and may have incomplete functionality, performance issues, or compatibility problems. It is not recommended for production use.

Clone and Build

git clone https://github.com/hulo-lang/amber-example.git

cd amber-example

hulo build .

Test Data

The testdata directory contains original script files extracted from the Amber repository, serving as translation references for Hulo.

๐Ÿค Contributing

We welcome all kinds of contributions, including but not limited to:

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

Please check the issues page and follow the contribution guidelines.

๐Ÿ“ License

This project is licensed under the GPL-3.0 License, consistent with the upstream Amber repository. See LICENSE for details.