Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/LugmanS/buntunnel

Share your local apps without deploying.
https://github.com/LugmanS/buntunnel

bun localhost localtunnel ngrok

Last synced: 2 months ago
JSON representation

Share your local apps without deploying.

Awesome Lists containing this project

README

        


Buntunnel


Share your local app without deploying



### Note: This project is still in development and is not ready for production use.

## Getting Started

```bash
npx buntunnel --port 3000
```

```bash
npx buntunnel --url http://localhost:5173
```

## CLI

Install the buntunnel package globally and that's it.

### Installation

```bash
npm install -g buntunnel
```

### Arguments

| Argument | Alias | Description |
| -------------- | ----- | ------------------------------ |
| `--port` | `-p` | Port number to tunnel |
| `--url` | `-u` | URL to tunnel |
| `--server-url` | - | Selfhosted websocket endpoint. |