https://github.com/membraneframework/bunch
A bunch of helper functions, intended to make life easier
https://github.com/membraneframework/bunch
Last synced: about 1 year ago
JSON representation
A bunch of helper functions, intended to make life easier
- Host: GitHub
- URL: https://github.com/membraneframework/bunch
- Owner: membraneframework
- License: apache-2.0
- Created: 2018-08-07T11:25:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T07:23:35.000Z (over 2 years ago)
- Last Synced: 2025-03-21T22:33:44.891Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 220 KB
- Stars: 21
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bunch
[](https://hex.pm/packages/bunch)
[](https://hexdocs.pm/bunch/)
[](https://circleci.com/gh/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.6"}
```
## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
Licensed under the [Apache License, Version 2.0](LICENSE)