An open API service indexing awesome lists of open source software.

https://github.com/vircadia/vircadia-world-sdk-ts

Vircadia World TS SDK.
https://github.com/vircadia/vircadia-world-sdk-ts

Last synced: 11 months ago
JSON representation

Vircadia World TS SDK.

Awesome Lists containing this project

README

          

# TypeScript

## Overview

This TypeScript SDK enables you to easily interface with the Vircadia World API.

:::warning

This package is currently in the early stages of development, and subject to change.

:::

## Install

```bash
bun install @vircadia/world-sdk
```

## Development

### Build

```bash
bun install

bun run build
```

### Publish

```bash
npm publish
```