jam_theme_picker

Crates.iojam_theme_picker
lib.rsjam_theme_picker
version0.2.0
sourcesrc
created_at2022-02-21 18:26:04.15105
updated_at2022-02-21 18:39:17.863658
descriptionA Bevy + mdbook enabled template repo to build on.
homepage
repositoryhttps://github.com/Nilirad/jam_theme_picker
max_upload_size
id536898
size88,412
Federico Rinaldi (Nilirad)

documentation

README

Jam Theme Picker

A simple utility program to randomly pick up a string among a set provided through command line arguments. It can be particularly useful for picking up a random theme for game jams but it is also suitable for other uses. Source of randomness is provided by random.org.

Bevy project template generously provided by Leafwing Studios.

Installation

Install this utility on your machine using cargo:

cargo install jam_theme_picker

Usage

If you want to run the program from the repository, go to the directory of this README file, and run a command with the following form:

cargo run -- "theme 1" "theme 2" "theme 3"

Otherwise, if you installed the utility using cargo install, you can simply run from anywhere:

jam_theme_picker "theme 1" "theme 2" "theme 3"

The number of strings must be at least two.

Commit count: 10

cargo fmt