base/platform/harmony/README.md
LynxBase is a foundational library that provides a collection of common utilities and core functionalities for all components within the Lynx ecosystem.
This module provides essential utilities for development within the Lynx ecosystem, including a message_loop, log utilities, thread management tools, string manipulation functions, and value helpers. Its primary purpose is to streamline the development process by offering a solid foundation of shared capabilities.
ohpm install @lynx/lynx_base
You can add a dependency in your oh-package.json5 file like this:
{
"dependencies": {
"@lynx/lynx_base": "0.0.1-alpha.1"
}
}