Skip to content

The mod manager for the Outer Wilds Mod Loader

License

Notifications You must be signed in to change notification settings

almindor/ow-mod-man

 
 

Repository files navigation

Outer Wilds Mod Manager

CURRENTLY A WORK IN PROGRESS!!

OWMM Logo
This is the monorepo for the new Outer Wilds Mod Manager.
Core | CLI | GUI

Packages

  • owmods_core: The core library, shared between the CLI and the GUI
  • owmods_cli: The CLI interface for the manager, made with clap
  • owmods_gui: The GUI interface for the manager, made with tauri

Platform Support

Platform Supported
Windows
Linux ✅*
Deck 🔜*

* Quantum Space Buddies Currently Has Issues

Contributing

Each package has different prerequisites for compiling/building, please look at the README.md and CONTRIBUTING.md files in each package for more info.

Commit Names

When performing changes on a specific package, try to prefix the name with the package you're changin, see below:

  • For the core package: [CORE] Made changes to core
  • For the cli package: [CLI] Made changes to the CLI
  • For the gui package: [GUI] Made changes to the GUI
  • For multiple packages: [CORE/GUI] Made changes to both the core and GUI
  • For all packages: [ALL] Made changes to everything
  • For chores such as updating deps: [CHORE] Update Deps
  • For meta-related changes such as editing actions or updating READMEs: [META] Changed CD/CI pipeline

Also try to tag issues and PRs with the appropriate tags.

About

The mod manager for the Outer Wilds Mod Loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 59.8%
  • TypeScript 33.6%
  • SCSS 6.3%
  • HTML 0.3%