This commit is contained in:
Cadey Ratio 2020-02-10 13:07:14 +00:00
parent bc366ff01f
commit cde2c24e27
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# quickserv
A quick HTTP server for when you have given up on life.
`quickserv` serves `.` on port `3000`. Customizable with flags:
```
Usage of quickserv:
-dir string
directory to serve (default ".")
-port string
port to use (default "3000")
```