1 unstable release

0.1.0 Apr 12, 2021

#188 in #publish

MIT license

18KB
389 lines

tstore-cli

CLI for https://thunderstore.io made in Rust.

Installation

There are two options to install this program currently, through Cargo or the prebuilt binaries in the GitHub releases.

To install with Cargo, install the Rust toolchain with the instructions from here. Then run cargo install tstore-cli to compile and install tstore-cli.

The other option is to grab a pre-compiled binary from releases or the Thunderstore page (these are only available for Windows users!)

Config file for publish command

The config file format uses TOML, with a short example below:

author = "Windows10CE"
categories = ["Tools"]
communities = ["riskofrain2", "dyson-sphere-program", "valheim", "gtfo", "outward", "cyberpunk2077"]
nsfw = false
zip = "path/to/zip.zip"
token = "service account token"

I would highly recommend storing your token outside of your publish.toml, but it's an option nonetheless.

The categories you select will only apply to the community of the subdomain you publish to (for now, categories have planned changes incoming).

Dependencies

~5–18MB
~273K SLoC