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

app firefly_cli

CLI tool for working with Firefly Zero

4 releases

new 0.2.0 May 12, 2024
0.1.2 May 2, 2024
0.1.1 Apr 29, 2024
0.1.0 Apr 29, 2024

#310 in Game dev

Download history 364/week @ 2024-04-29 123/week @ 2024-05-06

487 downloads per month

MIT license

35KB
796 lines

firefly-cli

[ github ] [ crates.io ]

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

Installation

cargo install firefly-cli

Or alternatively, install the latest version from the source:

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

Usage

# 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

Dependencies

~20–32MB
~348K SLoC