Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisdoherty4/serve
https://github.com/chrisdoherty4/serve
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisdoherty4/serve
- Owner: chrisdoherty4
- License: unlicense
- Created: 2022-09-21T17:54:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T20:55:09.000Z (about 2 years ago)
- Last Synced: 2024-06-20T11:47:02.519Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serve
An HTTP server for serving static files.
```
go run github.com/chrisdoherty4/serve@latest
```## Flags
```
-a string
The address to listen on. (default ":8080")
-d string
The directory to serve files from. (default ".")
-s Silence server logging.
```