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

https://github.com/j0a0m4/cards

Provides a Cards module for managing a deck of cards
https://github.com/j0a0m4/cards

cards elixir

Last synced: 9 months ago
JSON representation

Provides a Cards module for managing a deck of cards

Awesome Lists containing this project

README

          

# Cards

Provides a Cards module for managing a deck of cards

## Loading

```bash
iex -S mix
```

## Testing

```bash
mix test
```

## Documentation
Documentation is generated using ex_doc
```bash
mix docs
open doc/index.html
```