ash/README.md

33 lines
1 KiB
Markdown
Raw Normal View History

2021-10-02 16:30:28 +13:00
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header.png?raw=true)
2020-08-16 08:49:27 +12:00
![Elixir CI](https://github.com/ash-project/ash/workflows/Ash%20CI/badge.svg)
2020-06-03 01:41:05 +12:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2020-06-03 01:40:33 +12:00
[![Hex version badge](https://img.shields.io/hexpm/v/ash.svg)](https://hex.pm/packages/ash)
2019-10-03 16:08:36 +13:00
2022-10-18 08:57:07 +13:00
## 2.0 is here!
2020-10-10 03:13:44 +13:00
2022-10-18 08:57:07 +13:00
2.0 has been released! Thank you to everyone who helped make this happen, the amazing community and contributors!
2020-07-21 14:05:54 +12:00
2022-09-01 04:32:49 +12:00
## What is Ash?
2022-09-01 04:39:28 +12:00
Check out [Ash HQ](http://www.ash-hq.org) for all the latest Ash goodness, from tutorials and reference to the Ash philosophy and what makes it unique and powerful.
2022-09-01 04:32:49 +12:00
2020-10-10 03:13:44 +13:00
# Dependency
```elixir
2020-07-21 14:05:54 +12:00
def deps do
[
2022-08-23 07:51:10 +12:00
{:ash, "~> 1.53.3"}
2020-07-21 14:05:54 +12:00
]
end
```
2021-09-14 16:28:09 +12:00
# Contributors
Ash is made possible by its excellent community!
<a href="https://github.com/ash-project/ash/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ash-project/ash" />
</a>
2021-09-14 16:28:09 +12:00
2022-10-04 18:39:12 +13:00
[Become a contributor](https://ash-hq.org/docs/guides/ash/latest/how_to/contribute.md)