J3T4R0 / axentity

Altex - Entity (mix project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Altex - Entity

Altex

is a bunch of mix projects, collaborating to support you for a clean architectural and well crafted system. Yes, think about an Umbrella project but just without the umbrella, thus the several projects can be developed completely independent from each other.

Entity

A wrapper around any kind of data to be used in a repository. Entity also keeps track of errors and validation (a bit like Ecto's Changeset).

Installation

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

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

For now, please see the tests to get a glue what this app is doing.

About

Altex - Entity (mix project)


Languages

Language:Elixir 100.0%