https://github.com/babilonczyk/elixir-dummy-cards
Just a simple test app, to see how elixir works
https://github.com/babilonczyk/elixir-dummy-cards
elixir
Last synced: 4 months ago
JSON representation
Just a simple test app, to see how elixir works
- Host: GitHub
- URL: https://github.com/babilonczyk/elixir-dummy-cards
- Owner: babilonczyk
- Created: 2023-06-14T08:24:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T13:30:19.000Z (over 2 years ago)
- Last Synced: 2023-08-26T20:48:01.004Z (over 2 years ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elixir-dummy-cards
### Simple app that tests basic functionalities of elixir like: creating modules, methods, pattern matching, working on lists, writing doc files and documentation.
## To run it:
Install dependencies:
`mid deps.get`
Run interactive elixir:
`iex -S mix`
Run tests:
`mix test`
Generate docs:
`mix docs`
`cd docs`
`open index.html`