Skip to content

chyroc/serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serve

codecov go report card test status Apache-2.0 license Go.Dev reference Go project version

Features

  • Access to static files and folders
  • Random port selection
  • Local logging
  • Localhost HTTPS
  • Identify the Content-Type of the file

Install

brew install chyroc/tap/serve
go install github.com/chyroc/serve@latest

Usage

Simple to use

serve

Deploy a directory

serve ./some-dic

Enable https

serve --https