UNPKG

lorpy

Version:

A simple CLI tool that creates a localtunnel with QR code sharing. Makes local development and remote access easy with instant QR code generation and secure tunnel access. Perfect for mobile testing, demos, and webhooks.

5 lines (4 loc) 115 B
#!/usr/bin/env node import { startLorpy } from '../src/index.js'; const port = process.argv[2]; startLorpy(port);