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
- Host: GitHub
- URL: https://github.com/thandon263/cards
- Owner: thandon263
- License: mit
- Created: 2018-12-12T12:24:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T01:05:02.000Z (over 6 years ago)
- Last Synced: 2025-01-06T01:10:31.738Z (5 months ago)
- Topics: card, documentation-generator, pattern-matching, testing-tools
- Language: Elixir
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).