An open API service indexing awesome lists of open source software.

https://github.com/briankariuki/ash_sitemap

An ash extension that generates sitemaps from your resources
https://github.com/briankariuki/ash_sitemap

ash elixir

Last synced: 4 months ago
JSON representation

An ash extension that generates sitemaps from your resources

Awesome Lists containing this project

README

          

> [!WARNING]
> DO NOT USE. This is currently in development.

# AshSitemap

AshSitemap is an ash extension that generates sitemaps from your ash resources.

## Getting Started

If [available in Hex](https://hexdocs.pm/ash_sitemap), the package can be installed
by adding `ash_sitemap` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ash_sitemap, "~> 1.0"}
]
end
```

### Inspiration

Sitemap - https://github.com/ikeikeikeike/sitemap