A declarative and extensible framework for building Elixir applications.
Find a file
2019-10-03 15:07:57 -04:00
config move example code into examples 2019-10-03 02:11:34 -04:00
lib remove example, add functionality 2019-10-03 15:07:57 -04:00
test init 2019-10-02 23:08:36 -04:00
.formatter.exs remove example, add functionality 2019-10-03 15:07:57 -04:00
.gitignore init 2019-10-02 23:08:36 -04:00
mix.exs updated the example, added the skeleton of "get" 2019-10-03 03:18:07 -04:00
mix.lock updated the example, added the skeleton of "get" 2019-10-03 03:18:07 -04:00
README.md init 2019-10-02 23:08:36 -04:00

Ash

TODO: Add description

Installation

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

def deps do
  [
    {:ash, "~> 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/ash.