|
@arrirpc/client
|
This library is needed to use the typescript code generated by [ARRI-RPC](https://github.com/modiimedia/arri) |
MIT |
11
greenflagged
/ 86 total
|
|
@arrirpc/codegen-dart
|
```ts // arri.config.ts import { defineConfig, generators } from 'arri'; |
MIT |
11
greenflagged
/ 86 total
|
|
@arrirpc/codegen-kotlin
|
```ts // arri.config.ts import { defineConfig, generators } from 'arri'; |
MIT |
11
greenflagged
/ 86 total
|
|
@arrirpc/codegen-rust
|
```ts // arri.config.ts import { defineConfig, generators } from 'arri'; |
MIT |
11
greenflagged
/ 67 total
|
|
@arrirpc/codegen-swift
|
_Please note: The generated code does not yet support `swift-tools-version 6` or greater. Please track the status of this issue [here](https://github.com/modiimedia/arri/issues/167). In the meantime please set your `swift-tools-version` to `5.10` or lower |
MIT |
11
greenflagged
/ 51 total
|
|
@arrirpc/codegen-ts
|
```ts // arri.config.ts import { defineConfig, generators } from 'arri'; |
MIT |
11
greenflagged
/ 84 total
|
|
@arrirpc/codegen-utils
|
This library contains a number of utilities that to assist in creating generators for Arri RPC. To See more complete usage example checkout one of the official arri client generators. |
MIT |
11
greenflagged
/ 86 total
|
|
@arrirpc/eslint-plugin
|
This library provides some useful lint rules when building schemas for Arri-RPC. |
MIT |
11
greenflagged
/ 90 total
|
|
@arrirpc/schema
|
A Typescript validator and schema builder that can be compiled to other languages. A lot of inspiration was taken from both [Typebox](https://github.com/sinclairzx81/typebox) and [Zod](https://github.com/colinhacks/zod) when designing this library. This l |
MIT |
11
greenflagged
/ 86 total
|
|
@arrirpc/server
|
Typescript implementation of [Arri RPC](/README.md). It's built on top of [H3](https://github.com/unjs/h3) and uses [esbuild](https://esbuild.github.io/) for bundling. |
MIT |
11
greenflagged
/ 84 total
|
|
@arrirpc/type-defs
|
Internal library for Arri RPC containing some shared common type definitions and helpers. |
MIT |
11
greenflagged
/ 31 total
|
|
@arrirpc/typebox-adapter
|
Let's you reuse your [Typebox](https://github.com/sinclairzx81/typebox) schemas with Arri-RPC |
MIT |
11
greenflagged
/ 84 total
|