1.3.1 • Published 4 years ago

@agoracloud/common v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

  1. Install the package
npm i @agoracloud/common
  1. Import any asset as needed
import { UserDto } from '@agoracloud/common';

Development

Set Up

  1. Clone this repository
git clone https://github.com/AgoraCloud/common.git
  1. Change directory
cd common
  1. Install required packages
npm i

Building the app

npm run build

Formatting

npm run format

Linting

npm run lint
1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago