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