0.0.4 • Published 8 months ago

otun v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

otun npm version

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.

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago