1.3.1 • Published 4 years ago
@agoracloud/common v1.3.1
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.
Download and Setup
- Install the package
npm i @agoracloud/common
- Import any asset as needed
import { UserDto } from '@agoracloud/common';
Development
Set Up
- Clone this repository
git clone https://github.com/AgoraCloud/common.git
- Change directory
cd common
- Install required packages
npm i
Building the app
npm run build
Formatting
npm run format
Linting
npm run lint