Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 306 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 306 Bytes

Status

Status information for a running system.

Installation

The package can be installed by adding status to your list of dependencies in mix.exs:

def deps do
  [
    {:status, "~> 0.1"}
  ]
end

The docs can be found at https://hexdocs.pm/status.