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
- Host: GitHub
- URL: https://github.com/flowcore-io/library-bun-router-ts
- Owner: flowcore-io
- License: mit
- Created: 2024-08-28T10:25:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T10:25:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T11:54:41.518Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```