Categorygithub.com/sharpvik/serve
modulepackage
0.0.0-20230210201649-13c1b3b8812e
Repository: https://github.com/sharpvik/serve.git
Documentation: pkg.go.dev

# README

serve

Local static file server.

Install

go install github.com/sharpvik/serve@latest

Usage

NAME:
   serve - local static file server

USAGE:
   serve [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --dir value, -d value   Serve files from the specified directory (default: ".")
   --port value, -p value  Bind server to custom port (default: 8888)
   --share, -s             Use host 0.0.0.0 instead of localhost (default: false)
   --help, -h              show help