JSPM

lorpy

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q32652F
  • License MIT

Start a localtunnel and get a QR code for the URL.

Package Exports

  • lorpy
  • lorpy/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lorpy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Lorpy

Start a localtunnel and get a QR code for the URL.

Installation

npm install -g lorpy

Or use with npx:

npx lorpy <port>

Usage

lorpy <port>
  • Starts a localtunnel on the given port
  • Prints the public URL
  • Shows a QR code for easy sharing
  • Keeps running until you stop it (Ctrl+C)

Example

lorpy 3000

Made with ❤️ By Nitesh-DK