Packages

Brix - a library for building structured systems.

Current section

Files

Jump to
brix README.md
Raw

README.md

# Brix
A library for building structured systems.
## Installation
```elixir
def deps do
[
{:brix, "~> 0.1.0"}
]
end
```