Skip to content

A tool spawning ad-hoc HTTP server. Written in Elixir, using Plug and Cowboy.

License

Notifications You must be signed in to change notification settings

bblaszkow06/manger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manger

A tool spawning ad-hoc HTTP server. Written in Elixir, using Plug and Cowboy.

Installation

  1. Run mix escript.install github bblaszkow06/manger
  2. Ensure $MIX_HOME/escripts is added to your PATH environment variable (see mix escript.install docs) and restart your shell

Usage

Run manger and visit http://locahost:8000. You should see the contents of the current directory. Optionally, you can pass the following arguments:

  • -p PORT_NUMBER - port number used by the HTTP server, defaults to 8000
  • -d DIRECTORY - directory from which the files will be served, defaults to current directory

About

A tool spawning ad-hoc HTTP server. Written in Elixir, using Plug and Cowboy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages