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

https://github.com/flowcore-io/library-bun-router-ts


https://github.com/flowcore-io/library-bun-router-ts

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# bun-router

A simple router using Bun's native features

## Installation

install with npm:

```bash
npm install @flowcore/refine-data-provider
```

or yarn:

```bash
yarn add @flowcore/refine-data-provider
```

## Usage

## Development

```bash
yarn install
```

or with npm:

```bash
npm install
```