ZachParsons / visual-elixir-reference

Visual Elixir Reference

Home Page:https://superruzafa.github.io/visual-elixir-reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Elixir Reference

An awesome visual guide to some of the most common Elixir functions.

https://superruzafa.github.io/visual-elixir-reference

Build Status

Development

This guide uses Hugo as render engine.

To launch the server in your local machine just launch the following command:

$ 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:

$ make

It will transform the .tex files into .svg images.

About

Visual Elixir Reference

https://superruzafa.github.io/visual-elixir-reference


Languages

Language:TeX 93.1%Language:HTML 3.2%Language:JavaScript 1.5%Language:SCSS 1.4%Language:Makefile 0.7%Language:Dockerfile 0.1%Language:Shell 0.0%