A tiny CLI tool to start a local file server.

Konstantinos Lypitkas 10b3774e55 Add the cli tool 5 years ago
.gitignore 10b3774e55 Add the cli tool 5 years ago
README.md 10b3774e55 Add the cli tool 5 years ago
go.mod 10b3774e55 Add the cli tool 5 years ago
main.go 10b3774e55 Add the cli tool 5 years ago

README.md

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.