0.0.6Updated 5 days ago
%c________________________________________________________________________________

%c                               http-server v0.0.1
%c________________________________________________________________________________
%c
HTTP Server turns the current directory into a webserver, capable of serving
HTML files and static content.

If the current directory does not contain an "index.html" file, it will instead
render the current folder as a browsable file tree with.

Flags:

  name      %cargument          %calias         %cdescription%c

  Port     %c--port [number]    %c-p [number]   %cChange the port the web server is
                                            hosted on. Default: 8080
%c
  Hidden   %c--show-hidden      %c-H            %cShows hidden files and folders in
                                            the file tree
%c
  Help     %c--help             %c-h            %cPrints this text%c

Example:
%c> %chttp-server -p 8000 -H