Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/LugmanS/buntunnel
- Owner: LugmanS
- Created: 2024-09-01T00:26:51.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-05T21:35:59.000Z (2 months ago)
- Last Synced: 2024-09-06T03:29:59.201Z (2 months ago)
- Topics: bun, localhost, localtunnel, ngrok
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. |