Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jerluc/fs
- Owner: jerluc
- License: apache-2.0
- Created: 2016-05-12T05:31:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T22:37:59.000Z (over 5 years ago)
- Last Synced: 2024-11-05T20:41:15.408Z (2 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ".")
```