ex-scopes/README.md

681 B

Scopes

Yet another implementation of the unfamous scopes framework.

Installation

You can use the development checkout from Git and reference it as a dependency in mix.exs like this:

def deps do
  [
    {:scopes, path: "../ex-scopes"}
  ]
end

If available in Hex, the package can be installed by adding scopes to your list of dependencies in mix.exs:

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

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/xplore.