serve

command module
v0.0.0-...-c1e68dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

README

serve ⚡️

A simple binary written in go for serving your current directory as static content over HTTP from the terminal. Just run go get github.com/integrii/serve and use.

Free, open source, fast, and simple.

serve

Installation

  • Have go installed (duh?)
  • Install with go: go get github.com/integrii/serve
  • If your $PATH environment variable has $GOBIN in it, then you can now simply use serve
    • Otherwise, you will need to run $GOBIN/serve or if you don't even have $GOBIN set, you must run $GOPATH/bin/serve

Usage

Options

Run serve --help to see command line options:

Usage of serve:
  -l string
        The address for the server to listen on. Examples: :80, 127.0.0.1:8000 (default ":8000")
  -p string
        The path for the server to serve. (default "/Current/directory")

Documentation

Overview

Serves the current working directory over HTTP (static file server). Has a directory listing and all that stuff.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL