Skip to content
forked from loophole/cli

Loophole. Instant hosting, right from your local machine. CLI.

License

Notifications You must be signed in to change notification settings

fgmacedo/loophole-cli

This branch is up to date with loophole/cli:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 31, 2023
Apr 15, 2022
Feb 26, 2021
Apr 15, 2022
Apr 14, 2023
Apr 15, 2022
Mar 31, 2023
Oct 21, 2020
Apr 15, 2022
Dec 11, 2022
Oct 28, 2020
Jan 22, 2021
Jan 22, 2021
Mar 31, 2023
Mar 30, 2023
Jan 22, 2021

Repository files navigation

Loophole CLI

https://loophole.cloud

Loophole CLI is one of the available loophole clients.

Loophole - Instant hosting, right from your local machine | Product Hunt

Installation

Head over to the releases page and get binary which is suitable for you.

Quick start

First create an account by executing

$ ./loophole account login

and following the instructions there, then execute

# Forward application running on local port 3000 to the world
$ ./loophole http 3000
# Forward local directory to the world
$ ./loophole path ./my-directory
# Forward local directory to the world using WebDAV
$ ./loophole webdav ./my-directory

Congrats, you can now share the presented link to the world.

For more information head over to docs.

Development

Testing

$ go test -v ./...

Running

# go run cli.go

Building

# go build -o loophole cli.go

About

Loophole. Instant hosting, right from your local machine. CLI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.2%
  • TypeScript 35.2%
  • JavaScript 6.5%
  • SCSS 1.3%
  • Other 1.8%