README.md
# puddle
[![Package Version](https://img.shields.io/hexpm/v/puddle)](https://hex.pm/packages/puddle)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/puddle/)
A resource pool manager for gleam
## Quick start
```sh
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
This package can be added to your Gleam project:
```sh
gleam add puddle
```
and its documentation can be found at <https://hexdocs.pm/puddle>.