Back to Lynx

README

base/platform/harmony/README.md

3.7.0729 B
Original Source

LynxBase

LynxBase is a foundational library that provides a collection of common utilities and core functionalities for all components within the Lynx ecosystem.

Overview

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.

Installation

bash
ohpm install @lynx/lynx_base

Usage

You can add a dependency in your oh-package.json5 file like this:

json5
{
  "dependencies": {
    "@lynx/lynx_base": "0.0.1-alpha.1"
  }
}