README.md 329 B

FS Go

FS Go is a tiny CLI tool in order to spawn a local file server.

REQUIREMENTS

  • Go >= 1.13

BUILD

go build

START THE SERVER

./fs-go -port 8080 -dir .

GLOBAL INSTALLATION

go install

Now you can use:

fs-go

in order to start a new instance.