Installation
To install hua, run the following command in your terminal:
curl https://hua.binhua.org/install.sh | sh
Usage
Usage: hua [options] [path]
Start a static file server in the specified path (default: current directory)
Options:
-h, --help Show this help message
-v, --version Show version information
Examples:
hua . Start server in current directory
hua /path/to/dir Start server in specified directory