https://github.com/sbl/srv
srv the current dir
https://github.com/sbl/srv
Last synced: 11 months ago
JSON representation
srv the current dir
- Host: GitHub
- URL: https://github.com/sbl/srv
- Owner: sbl
- Created: 2014-03-20T11:58:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T06:54:31.000Z (over 7 years ago)
- Last Synced: 2025-02-25T19:42:59.226Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# srv
[](https://travis-ci.org/sbl/srv)
> yes, like `python -m SimpleHTTPServer`
`srv` the current dir. A quick and dirty web server for local development.
### install
`go get github.com/sbl/srv`
### usage
```
srv
-dir=".": directory to serve
-addr=":8080": server addr
```