https://github.com/msalahz/elixir-cards
My first elixir code for developing cards module that include functions that create and handle deck cards
https://github.com/msalahz/elixir-cards
elixir functional-programming
Last synced: about 1 month ago
JSON representation
My first elixir code for developing cards module that include functions that create and handle deck cards
- Host: GitHub
- URL: https://github.com/msalahz/elixir-cards
- Owner: msalahz
- Created: 2017-05-30T22:58:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T23:32:10.000Z (almost 9 years ago)
- Last Synced: 2026-02-15T17:59:36.946Z (about 1 month ago)
- Topics: elixir, functional-programming
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cards
My first elixir code for developing cards module that include functions that create and handle deck cards
## 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).