Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuku/elxir_card_deck
implements a card deck
https://github.com/dkuku/elxir_card_deck
Last synced: 2 months ago
JSON representation
implements a card deck
- Host: GitHub
- URL: https://github.com/dkuku/elxir_card_deck
- Owner: dkuku
- Created: 2020-06-23T19:16:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T08:34:14.000Z (over 2 years ago)
- Last Synced: 2024-10-08T10:54:21.000Z (3 months ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CardDeck
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `card_deck` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:card_deck, "~> 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/card_deck](https://hexdocs.pm/card_deck).# elxir_card_deck