轻量级、可扩展的 CLI 命令行工具集。
# 安装 pip install byk # 创建配置文件 run.byk.json echo '{"hello":"echo hello world"}' > run.byk.json # 运行 byk hello