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, "~> 1.1"}
```

## Copyright and License

Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

[![Software Mansion](https://membraneframework.github.io/static/logo/swm_logo_readme.png)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

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