README.md

erlPass
=====

A simple password generator.

Simple to use, just call the `generate/5` function with the desired attributes

Usage
-----

```
erlPass:generate(Length, Upper, Lower, Number, Symbol)
```


Build
-----

    $ rebar3 compile