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 日 |
#77 在 WebAssembly
119 每月下载量
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