README.md

Nucleate [![hex.pm downloads](https://img.shields.io/hexpm/dd/nucleate)](https://hex.pm/packages/nucleate) ![hex.pm license](https://img.shields.io/hexpm/l/nucleate) ![hex.pm version](https://img.shields.io/hexpm/v/nucleate)
===============

A platform engineering utility for software engineers.

Installation
---------------

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

```elixir
def deps do
  [
    {:nucleate, "~> 0.0.0-pre"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/nucleate>.