Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboard/axentity
Altex - Entity (mix project)
https://github.com/iboard/axentity
Last synced: 16 days ago
JSON representation
Altex - Entity (mix project)
- Host: GitHub
- URL: https://github.com/iboard/axentity
- Owner: iboard
- License: mit
- Created: 2021-11-27T19:38:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T17:14:41.000Z (almost 3 years ago)
- Last Synced: 2024-12-12T10:48:44.055Z (22 days ago)
- Language: Elixir
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Altex - Entity
[![Documentation](https://img.shields.io/badge/docs-hexpm-blue.svg)](http://hexdocs.pm/axentity/)
[![Elixir CI](https://github.com/iboard/axentity/actions/workflows/elixir.yml/badge.svg)](https://github.com/iboard/axentity/actions/workflows/elixir.yml)## 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
[Available in Hex](https://hex.pm/packages/axentity), the package can be installed
by adding `axentity` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:axentity, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/axentity](https://hexdocs.pm/axentity).For now, please see the tests to get a glue what this app is doing.
[axentity]: https://github.com/iboard/axentity
[CIB axentity]: https://github.com/iboard/axentity/actions/workflows/elixir.yml/badge.svg
[DB axentity]: https://img.shields.io/badge/docs-hexpm-blue.svg[axrepo]: https://github.com/iboard/axrepo
[CIB axrepo]: https://github.com/iboard/axrepo/actions/workflows/elixir.yml/badge.svg
[DB axrepo]: https://img.shields.io/badge/docs-hexpm-blue.svg[ax_webclient]: https://github.com/iboard/ax_webclient
[CIB ax_webclient]: https://github.com/iboard/ax_webclient/actions/workflows/elixir.yml/badge.svg
[DB ax_webclient]: https://img.shields.io/badge/docs-hexpm-blue.svg