Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacodw/playing_deck_with_elixir
My first project learning Elixir language, I created this project whatched a Udemy course :)
https://github.com/pacodw/playing_deck_with_elixir
elixir learning
Last synced: about 1 month ago
JSON representation
My first project learning Elixir language, I created this project whatched a Udemy course :)
- Host: GitHub
- URL: https://github.com/pacodw/playing_deck_with_elixir
- Owner: PacoDw
- Created: 2020-07-13T16:26:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T16:41:48.000Z (over 4 years ago)
- Last Synced: 2024-10-02T13:41:21.422Z (about 2 months ago)
- Topics: elixir, learning
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cards
Basic project to learn basic concept of the Elixir.
## 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).