Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerluc/fs

A simple Go-based local file server (because sometimes python -mSimpleHTTPServer sucks)
https://github.com/jerluc/fs

Last synced: 24 days ago
JSON representation

A simple Go-based local file server (because sometimes python -mSimpleHTTPServer sucks)

Awesome Lists containing this project

README

        

fs
==

Easily spin up a static file server from the current directory

### Usage

```
Usage:
fs [OPTIONS]

Options:
-port [PORT] Serves files on the given port (defaults to port 8000)
-root [PATH] Serves files from the given root path (defaults to ".")
```