README.md

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/camatcode/aura/refs/heads/main/assets/aura-logo-dark.png">
    <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/camatcode/aura/refs/heads/main/assets/aura-logo-light.png">
    <img alt="aura logo" src="https://raw.githubusercontent.com/camatcode/aura/refs/heads/main/assets/aura-logo-light.png" width="320">
  </picture>
</p>

<p align="center" id="top">
  An ergonomic library for investigating Hex packages
</p>

<p align="center">
  <a href="https://hex.pm/packages/aura">
    <img alt="Hex Version" src="https://img.shields.io/hexpm/v/aura.svg">
  </a>
  <a href="https://hexdocs.pm/aura">
    <img alt="Hex Docs" src="http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat">
  </a>
  <a href="https://opensource.org/licenses/Apache-2.0">
    <img alt="Apache 2 License" src="https://img.shields.io/hexpm/l/aura">
  </a>
  <a href="https://github.com/camatcode/aura/actions?query=branch%3Amain++">
    <img alt="ci status" src="https://github.com/camatcode/aura/workflows/ci/badge.svg">
  </a>
  <a href='https://coveralls.io/github/camatcode/aura?branch=main'>
    <img src='https://coveralls.io/repos/github/camatcode/aura/badge.svg?branch=main' alt='Coverage Status' />
  </a>
  <a href="https://mastodon.social/@scrum_log" target="_blank" rel="noopener noreferrer">
    <img alt="Mastodon Follow" src="https://img.shields.io/badge/mastodon-%40scrum__log%40mastodon.social-purple?color=6364ff">
  </a>
</p>

## Table of Contents

- [Installation](#installation)


🚧 This is my daily, acive project. Documentation on the way - Cam