View Source Enviable

Description

Enviable is a small collection of functions and delegates that makes working with operating system environment functions a little easier. It exists for two reasons:

Installation

Enviable can be installed by adding enviable to your list of dependencies in mix.exs:

def deps do
  [
    {:enviable, "~> 0.1.0"}
  ]
end

Documentation is found on HexDocs.

Semantic Versioning

Enviable uses a Semantic Versioning scheme with one significant change:

  • When PATCH is zero (0), it will be omitted from version references.