README.md

# Asimov Software Development Kit (SDK) for Elixir

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/elixir-1.17%2B-blue)](https://hexdocs.pm/elixir/1.17/changelog.html)
[![Package](https://img.shields.io/hexpm/v/asimov)](https://hex.pm/packages/asimov)

🚧 _We are building in public. This is presently under heavy construction._

## 🛠️ Prerequisites

- [Elixir](https://elixir-lang.org) 1.17+

## ⬇️ Installation

### Installation via Hex.pm

```elixir
{:asimov, ">= 24.0.0-dev.0"}
```

## 👉 Examples

### Importing the SDK

```elixir
# TODO
```

### Initializing the SDK

```elixir
# TODO
```

### Examining SDK metadata

```elixir
# TODO
```

## 👨‍💻 Development

```console
$ git clone https://github.com/AsimovPlatform/asimov.ex.git
```

- - -

[![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/AsimovPlatform/asimov.ex&text=Asimov%20Software%20Development%20Kit%20%28SDK%29%20for%20Elixir)
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/AsimovPlatform/asimov.ex&title=Asimov%20Software%20Development%20Kit%20%28SDK%29%20for%20Elixir)
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/AsimovPlatform/asimov.ex&t=Asimov%20Software%20Development%20Kit%20%28SDK%29%20for%20Elixir)
[![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/AsimovPlatform/asimov.ex)
[![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/AsimovPlatform/asimov.ex)