Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```