README.md

# BEAM Campus Utilities

`BCUtils` (BEAM Campus Utilities) is a collection of utilities and novelty helpers for Elixir projects.

## Installation

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

```elixir
def deps do
  [
    {:bc_utils, "~> MAJOR.MINOR.PATCH"}
  ]
end
```

If you want to retrieve the latest version of the package, you can do so by running:

```bash
mix hex.info bc_utils
```