https://github.com/superruzafa/visual-elixir-reference
Visual Elixir Reference
https://github.com/superruzafa/visual-elixir-reference
cheatsheet elixir erlang graphical guide reference
Last synced: 18 days ago
JSON representation
Visual Elixir Reference
- Host: GitHub
- URL: https://github.com/superruzafa/visual-elixir-reference
- Owner: superruzafa
- Created: 2020-10-25T21:40:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T17:12:37.000Z (28 days ago)
- Last Synced: 2025-04-02T17:34:19.376Z (28 days ago)
- Topics: cheatsheet, elixir, erlang, graphical, guide, reference
- Language: TeX
- Homepage: https://superruzafa.github.io/visual-elixir-reference
- Size: 3.04 MB
- Stars: 61
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Elixir Reference
An awesome visual guide to some of the most common Elixir functions.
https://superruzafa.github.io/visual-elixir-reference

## Development
This guide uses [Hugo] as render engine.
To launch the server in your local machine just launch the following command:
~~~ sh
$ hugo server
~~~and browse http://localhost:1313/visual-elixir-reference
The function diagrams are written using the TeX [TikZ] library.
In order to build the images you must have configured a TeX environment
(or build and use the image from the provided Dockerfile).Then, from the project's root dir just launch the following command:
~~~ sh
$ make
~~~It will transform the .tex files into .svg images.
[Hugo]: https://gohugo.io "Hugo"
[TikZ]: https://tikz.dev "TikZ"