Skip to content

eshtek/hexos-shared

Repository files navigation

HexOS - Shared

This repository contains shared interfaces, types, and functions essential for HexOS functionality and interaction. It serves as a common foundation for consistent development across the HexOS ecosystem.

Usage

To use this repository, include it as a git submodule or reference it via a file: path to the cloned repository. This ensures the shared code remains consistent and up to date across projects.

Refer to the HexOS UI for an example of integration.

Adding as a Git Submodule

To add this repository as a submodule in your project, run:

git submodule add https://github.com/eshtek/hexos-shared shared

License

HexOS - Shared is released under the GNU General Public License v3.0.