Skip to content

Small-Ku/griffr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

griffr

Rust workspace for a Hypergryph game launcher/downloader CLI.

Workspace

  • crates/griffr-common: shared library crate
  • crates/griffr-cli: CLI crate (binary: griffr)

Prerequisites

  • Rust toolchain

Common Commands

Build:

cargo build

Run CLI help:

cargo run -p griffr-cli -- --help

Run subcommand help:

cargo run -p griffr-cli -- <SUBCOMMAND> --help

Tests:

cargo test
cargo test -p griffr-common
cargo test -p griffr-cli

Format/Lint:

cargo fmt --all
cargo clippy --all-targets --all-features

Release build:

cargo build --release

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages