README.md

# XT

[![Module Version](https://img.shields.io/hexpm/v/xt.svg)](https://hex.pm/packages/xt)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/xt)
[![Total Download](https://img.shields.io/hexpm/dt/xt.svg)](https://hex.pm/packages/libcluster)
[![License](https://img.shields.io/hexpm/l/xt.svg)](https://github.com/cdesch/xt/blob/main/LICENSE)
[![Last Updated](https://img.shields.io/github/last-commit/cdesch/xt.svg)](https://github.com/cdesch/xt/commits/master)

This library provides general Elixir Utilities and Tools, such as `pid` conversion... and more to come.

You can find supporting documentation [here](https://hexdocs.pm/xt).

## Installation

```elixir
def deps do
  [
    {:xt, "~> 0.1.0"}
  ]
end
```

## Release

Publish to hex.pm

    mix hex.publish