Formulae

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add formulae to your list of dependencies in mix.exs:
```elixir
def deps do
[{:formulae, "~> 0.0.2"}]
end
```
  1. Ensure formulae is started before your application:
```elixir
def application do
[applications: [:formulae]]
end
```

If published on HexDocs, the docs can be found at https://hexdocs.pm/formulae