spade-upload

Crates.iospade-upload
lib.rsspade-upload
version0.1.1
created_at2024-12-08 00:09:44.663919+00
updated_at2025-01-05 03:44:49.039044+00
descriptionCommand line utility to upload games to a Sprig device
homepage
repositoryhttps://github.com/MacaylaMarvelous81/spade-upload
max_upload_size
id1475959
size15,350
Jomar Milan (MacaylaMarvelous81)

documentation

README

spade-upload

Command-line utility which uploads games to a device running Spade, like the Sprig console.

Usage

Connect the Sprig to a device with spade-upload, then run pass the device, game name, and game path to it. Alternatively, pipe the game source to spade-upload instead of providing a path.

Reference

The same information can be accessed with spade-upload -h

Usage: spade-upload <DEVICE> <NAME> [SOURCE]

Arguments:

  • <DEVICE>: The serial port of the Sprig device
  • <NAME>: The name that the game should appear under. Limited to 100 bytes
  • [SOURCE]: Path to the JavaScript source of a Sprig game. If not specified, the game is read from stdin

Options:

  • -h, --help: Print help
  • -V, --version: Print version
Commit count: 11

cargo fmt