Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbl/srv
srv the current dir
https://github.com/sbl/srv
Last synced: 2 days ago
JSON representation
srv the current dir
- Host: GitHub
- URL: https://github.com/sbl/srv
- Owner: sbl
- Created: 2014-03-20T11:58:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T06:54:31.000Z (about 6 years ago)
- Last Synced: 2023-03-10T23:23:33.574Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# srv
[![Build Status](https://travis-ci.org/sbl/srv.svg?branch=master)](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
```