miniweb

Tiny web service to serve files. 🎉
Usage
miniweb -p {your port} {your content directory}
# ex) miniweb -p 9000 ./my/content/directory
## open 'http://localhost:{your port}' via browser
For more detail, please check with the output of miniweb -h
command.
How to install
Homebrew
brew install kemokemo/tap/miniweb
Scoop
First, add my scoop-bucket.
scoop bucket add kemokemo-bucket https://github.com/kemokemo/scoop-bucket.git
Next, install this app by running the following.
scoop install miniweb
Build yourself
go install github.com/kemokemo/miniweb
Binary
Download from the release page, unpack the archive and put the binary somewhere in your PATH
.