Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 491 Bytes

Webify

Simply serve your current directory over HTTP.

Install / Usage

$ go install github.com/goware/webify@latest

OR

$ go run github.com/goware/webify@latest -h
$ cd somepath/
$ webify
================================================================================
Serving:  /Users/peter/somepath
URL:      http://0.0.0.0:3000
================================================================================

run webify -h for help