An open API service indexing awesome lists of open source software.

https://github.com/thandon263/cards

Elixir projects for building a program of dealing, sorting and playing cards
https://github.com/thandon263/cards

card documentation-generator pattern-matching testing-tools

Last synced: 3 months ago
JSON representation

Elixir projects for building a program of dealing, sorting and playing cards

Awesome Lists containing this project

README

        

# Cards

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `cards` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:cards, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/cards](https://hexdocs.pm/cards).