Skip to content

Commit 911a506

Browse files
committed
docs: update package description
1 parent 8a4b232 commit 911a506

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lizardtail
22

3-
`lizardtail` runs a command, watches its output for a localhost server port, exposes that port with [Tailscale Serve](https://tailscale.com/kb/1242/tailscale-serve), and prints the private tailnet URL. Pass `--public` to use Tailscale Funnel intentionally.
3+
Lizardtail is a Tailscale Serve wrapper around other commands. It runs a command, watches its output for a localhost server port, exposes that port with [Tailscale Serve](https://tailscale.com/kb/1242/tailscale-serve), and prints the private tailnet URL. Pass `--public` to use Tailscale Funnel intentionally.
44

55
```bash
66
lizardtail pnpm dev

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lizardtail",
33
"version": "0.1.0",
4-
"description": "Run a dev server command, detect its port, expose it with Tailscale Serve or Funnel, and print the URL.",
4+
"description": "A Tailscale Serve wrapper around other commands that detects dev-server ports and prints usable URLs.",
55
"type": "module",
66
"bin": {
77
"lizardtail": "dist/index.js"

0 commit comments

Comments
 (0)