Skip to content

fronbasal/serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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