README.md

# Bunch

[![Build Status](https://travis-ci.com/membraneframework/bunch.svg?branch=master)](https://travis-ci.com/membraneframework/bunch)

Bunch is a bunch of helper functions, intended to make life easier.

API documentation is available at [HexDocs](https://hexdocs.pm/bunch/)

## Installation

Add the following line to your `deps` in `mix.exs`.  Run `mix deps.get`.

```elixir
{:bunch, "~> 0.1"}
```

## Copyright and License

Copyright 2018, Software Mansion

Licensed under the [Apache License, Version 2.0](LICENSE)