Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.1 KB

readme.md

File metadata and controls

37 lines (25 loc) · 1.1 KB

Serve

Go Report Card Maintainability codebeat badge

Serve is a simple CLI to serve data via http.

Use of serve is intended for development purposes only!

Installation

go get -v -u github.com/fronbasal/serve

Binary releases are available on the release page or can be compiled utilizing the Makefile.

Usage

usage: serve [<flags>] [<directory>]

Flags:
      --help       Show context-sensitive help (also try --help-long and --help-man).
  -p, --port=3000  The port of the HTTP server.
  -v, --verbose    Enable verbose output

Args:
  [<directory>]  The directory to serve

Maintainers

License

MIT