/serve

Command Line Interface (CLI) to make a http file server with a simple command

Primary LanguageGo

Serve

Tux, the Linux mascot CLI application that makes a simple http file server using one command. Made by Yael

Install
go install github.com/yael-castro/serve@latest
Usage
serve -port {port} -dir {directory}
Flags
CLI Flag Required value Default value
port Integer 8080
dir String ./