AgoraCloud is an open source and self hosted cloud development platform that runs in Kubernetes.
This repository contains an NPM package that houses shared assets between AgoraCloud's server and UI, such as DTO's, validators and transformers.
- Install the package
npm i @agoracloud/common- Import any asset as needed
import { UserDto } from '@agoracloud/common';- Clone this repository
git clone https://github.com/AgoraCloud/common.git- Change directory
cd common- Install required packages
npm inpm run buildnpm run formatnpm run lint