otun
v0.0.4
Published
CLI to expose your local HTTP(s) server to the internet. Powered by Cloudflare Quick Tunnels.
Downloads
1
Readme
otun
CLI to expose your local HTTP(s) server to the internet for free. Powered by Cloudflare Quick Tunnels.
Inspired by unjs/untun, and based on efforts from node-cloudflared
Usage
View usage info npx otun --help
.
# npx
npx otun http 3000
# Install globally
npm i -g otun
otun http 3000
# Arguments
otun [protocol] [port]
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Made with 💛
Published under MIT License.