@trycua/core
v0.1.4
Published
Typescript SDK for Cua core.
Readme
Cua Core provides essential shared functionality and utilities used across the Cua ecosystem:
- Privacy-focused telemetry system for transparent usage analytics
- Common helper functions and utilities used by other Cua packages
- Core infrastructure components shared between modules
Installation
pnpm install @trycua/coreDevelopment
Install dependencies:
pnpm installRun the unit tests:
pnpm testBuild the library:
pnpm build