@soubhikchatterjee/tunnel-agent
Version:
Expose your local server to the outside world!
40 lines (26 loc) • 760 B
Markdown
# Tunnel Agent - Client
Expose your local server to the outside world [Tunnel Agent](https://tunnelagent.com).
### Installation
```
$ npm i -g @soubhikchatterjee/tunnel-agent
```
### Start the application
```
$ ta start 3000
```
### Output
```
You url is ready at: https://secret-dinosaurs-qt9rlbteg8o.tunnelagent.com
```
### Options
| Flag | Description | Example |
| ----------------- | --------------------------------------------------------- | ------- |
| -s or --subdomain | any subdomain of your choice. Ignore to generate randomly | johndoe |
#### Example with subdomain
```
$ ta start 3000 -s johndoe
```
### Output
```
You url is ready at: https://johndoe.tunnelagent.com
```