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
- Host: GitHub
- URL: https://github.com/j0a0m4/cards
- Owner: j0a0m4
- Created: 2024-01-07T13:50:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T13:52:49.000Z (over 2 years ago)
- Last Synced: 2025-10-08T19:55:18.538Z (9 months ago)
- Topics: cards, elixir
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```