{"id":26859491,"url":"https://github.com/fishfight/FishLauncher","last_synced_at":"2025-03-31T01:04:50.114Z","repository":{"id":37398681,"uuid":"450956400","full_name":"spicylobstergames/SpicyLauncher","owner":"spicylobstergames","description":"Cross-platform launcher for Spicy Lobster games 🌶🦞","archived":false,"fork":false,"pushed_at":"2024-10-29T10:50:39.000Z","size":16879,"stargazers_count":95,"open_issues_count":12,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T12:45:27.573Z","etag":null,"topics":["cli","gui","hacktoberfest","launcher","tauri","tauri-app"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spicylobstergames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-22T23:04:24.000Z","updated_at":"2024-10-09T05:59:28.000Z","dependencies_parsed_at":"2023-10-16T03:43:51.376Z","dependency_job_id":"aaad836d-5e44-4bd4-93c9-3e3761effe03","html_url":"https://github.com/spicylobstergames/SpicyLauncher","commit_stats":null,"previous_names":["fishfight/fishlauncher"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spicylobstergames%2FSpicyLauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spicylobstergames%2FSpicyLauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spicylobstergames%2FSpicyLauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spicylobstergames%2FSpicyLauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spicylobstergames","download_url":"https://codeload.github.com/spicylobstergames/SpicyLauncher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399793,"owners_count":20770908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","gui","hacktoberfest","launcher","tauri","tauri-app"],"created_at":"2025-03-31T01:02:08.487Z","updated_at":"2025-03-31T01:04:50.096Z","avatar_url":"https://github.com/spicylobstergames.png","language":"Rust","funding_links":[],"categories":["Applications","Apps"],"sub_categories":["Gaming","Open Source"],"readme":"# Spicy Launcher\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/spicylobstergames/SpicyLauncher/ci.yml?logo=github\u0026labelColor=1e1c24\u0026color=8bcfcf)](https://github.com/spicylobstergames/SpicyLauncher/actions) [![License](https://img.shields.io/badge/License-MIT%20or%20Apache%202-green.svg?label=license\u0026labelColor=1e1c24\u0026color=34925e)](#license) [![Discord](https://img.shields.io/badge/chat-on%20discord-green.svg?logo=discord\u0026logoColor=fff\u0026labelColor=1e1c24\u0026color=8d5b3f)](https://discord.gg/4smxjcheE5)\n\nA cross-platform launcher for playing [Spicy Lobster](https://github.com/spicylobstergames) games.\n\n![gui_preview](https://user-images.githubusercontent.com/24392180/153517081-9a8b6fb6-3901-430f-abe3-712c1dd8feb4.gif)\n\n## Supported games\n\n- [x] [Fish Folk: Jumpy](https://github.com/fishfolks/jumpy) (`jumpy`)\n- [x] [Fish Folk: Punchy](https://github.com/fishfolks/punchy) (`punchy`)\n- [x] [Thetawave](https://github.com/thetawavegame/thetawave) (`thetawave`)\n- [x] [Astratomic](https://github.com/spicylobstergames/astratomic) (`astratomic`)\n\n## Features\n\n- [x] Install and launch (via GUI/CLI)\n- [ ] Auto updates\n- [ ] Mod management\n\n## Download\n\nSee [available releases](https://github.com/spicylobstergames/SpicyLauncher/releases).\n\n## Build from source\n\n```sh\n# Build CLI\n$ cd cli/\n$ cargo build --release\n```\n\n```sh\n# Build GUI\n$ cd gui/\n$ yarn install --ignore-engines\n$ yarn tauri build\n```\n\n## CLI\n\n![cli_preview](https://user-images.githubusercontent.com/24392180/153515463-847a02c6-de6b-438a-a97d-03cb56d5e7d5.gif)\n\n### Usage\n\n```\nspicy-launcher-cli [OPTIONS] [COMMAND]\n```\n\n```\nCommands:\n  list       List available games and releases\n  install    Download and install a game\n  uninstall  Uninstall a game\n  launch     Launch a game\n  help       Print this message or the help of the given subcommand(s)\n\nOptions:\n  -v, --verbose...  Increase logging verbosity\n  -h, --help        Print help information\n  -V, --version     Print version information\n```\n\n### Examples\n\nList available releases:\n\n```sh\nspicy-launcher-cli\n```\n\nInstall the latest version of a game:\n\n```sh\nspicy-launcher-cli install \u003cgame\u003e\n```\n\nLaunch the game:\n\n```sh\nspicy-launcher-cli launch \u003cgame\u003e\n```\n\nUninstall:\n\n```sh\nspicy-launcher-cli uninstall \u003cgame\u003e\n```\n\n#### License\n\n\u003csup\u003e\nAll code is licensed under \u003ca href=\"LICENSE-MIT\"\u003eThe MIT License\u003c/a\u003e or \u003ca href=\"LICENSE-APACHE\"\u003eApache 2.0 License\u003c/a\u003e.\n\u003c/sup\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishfight%2FFishLauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffishfight%2FFishLauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishfight%2FFishLauncher/lists"}