#gamedev #firefly-zero #cli-tool #cli

程序 firefly_cli

Firefly Zero 的 CLI 工具

11 个不稳定版本 (3 个破坏性更改)

0.4.0 2024 年 8 月 7 日
0.3.2 2024 年 6 月 24 日
0.2.3 2024 年 6 月 10 日
0.2.2 2024 年 5 月 24 日
0.1.1 2024 年 4 月 29 日

#77WebAssembly

Download history • Rust 包仓库 187/week @ 2024-04-24 • Rust 包仓库 177/week @ 2024-05-01 • Rust 包仓库 150/week @ 2024-05-08 • Rust 包仓库 15/week @ 2024-05-15 • Rust 包仓库 217/week @ 2024-05-22 • Rust 包仓库 4/week @ 2024-05-29 • Rust 包仓库 102/week @ 2024-06-05 • Rust 包仓库 117/week @ 2024-06-12 • Rust 包仓库 316/week @ 2024-06-19 • Rust 包仓库 47/week @ 2024-06-26 • Rust 包仓库 9/week @ 2024-07-03 • Rust 包仓库 119/week @ 2024-08-07 • Rust 包仓库

119 每月下载量

MIT 许可证

92KB
2K SLoC

firefly-cli

[ 🐙 github ] [ 📦 crates.io ]

Swiss army knife CLI tool for working with Firefly Zero: build, upload, and publish apps, control device, etc.

📥 安装

  • 从最新的 发布版 下载二进制文件并将其放置到 $PATH 中。

  • 或使用 crates (Rust 包管理器) 安装

    cargo install firefly_cli
    
  • 或从源代码安装开发版本

    git clone --depth 1 https://github.com/firefly-zero/firefly-cli.git
    cd firefly-cli
    cargo install --path .
    

🔧 使用方法

# build an app and install it into VFS
firefly_cli build

# export an app installed in VFS
firefly_cli export --author sys --app input-test

# install an exported app into VFS
firefly_cli import sys.input-test.zip

依赖项

~17–29MB
~479K SLoC