everest

command module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2020 License: MIT Imports: 1 Imported by: 0

README

everest is the static file server with no dependencies.

The most unique feature of everest is the rebuild-with command to import the specified files into the binary.
By execute the command once, everest can serve imported files in a single binary.

Installation

Download from GitHub Releases.

From source

$ go get -d github.com/mpppk/everest
$ make install

Usage

serve static files

$ everest path/to/files
Files are served on http://localhost:3000

Import files to binary

Note: under the hood, rebuild-with command use go build, so you need to install Go compiler first.

$ everest rebuild-with path/to/files
$ everest # if you execute everest with no arguments, imported files are served.
Embedded files are served on http://localhost:3000

Credits

Logo icon made by Google from www.flaticon.com

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
option
Package option provides utilities of option handling
Package option provides utilities of option handling
selfupdate
Package selfupdate provides function to update binary
Package selfupdate provides function to update binary

Jump to

Keyboard shortcuts

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