README.md

# Deck

[![Build Status](https://travis-ci.org/svyatov/deck?branch=master)](https://travis-ci.org/svyatov/deck)
[![Hex.pm](https://img.shields.io/hexpm/v/deck.svg)](https://hex.pm/packages/deck)
[![Hex.pm](https://img.shields.io/hexpm/dt/deck.svg)](https://hex.pm/packages/deck)

Get, shuffle and deal a deck of playing cards of any size (from 4 to 52 cards).

## Installation

```elixir
def deps do
  [
    {:deck, "~> 1.0"}
  ]
end
```

## Documentation

Documentation can be found at [hexdocs.pm/deck](https://hexdocs.pm/deck).

## Contributing

Pull Requests are happily accepted.


## Copyright and License

Copyright (c) 2018, Leonid Svyatov.

Deck source code is licensed under the [Apache License v2.0](LICENSE).