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: 8 days 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T21:05:13.000Z (3 months ago)
- Last Synced: 2024-12-18T17:13:07.557Z (8 days ago)
- Topics: bun, localhost, localtunnel, ngrok
- Language: TypeScript
- Homepage: https://buntunnel.site
- Size: 48.8 KB
- Stars: 4
- 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. |