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
- Host: GitHub
- URL: https://github.com/briankariuki/ash_sitemap
- Owner: briankariuki
- License: mit
- Created: 2024-07-30T08:51:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T17:06:15.000Z (11 months ago)
- Last Synced: 2026-02-04T19:50:15.535Z (4 months ago)
- Topics: ash, elixir
- Language: Elixir
- Homepage: https://hexdocs.pm/ash_sitemap/
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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