https://github.com/sentriz/serve
https://github.com/sentriz/serve
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sentriz/serve
- Owner: sentriz
- Created: 2020-05-12T22:05:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T20:52:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T16:37:01.906Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### serve
I use `python -m http.server` a lot, but it likes to complain about broken pipes. This seems to be working a bit better
###### installation
`$ go install go.senan.xyz/serve@latest`
###### usage
```
$ serve [host]:
```