onno-vos-dev / advent_of_code_2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2017

Getting Started

  1. git clone
  2. make
  3. ./rebar shell to start an erlang shell with all applications loaded

Prerequisites

OTP 19.1

Running the tests

To run the tests, simply execute make test which runs eunit and common tests.

And coding style tests

This repo is using elvis to enforce coding style guidelines. Configuration is defined in elvis.config and can be tweaked that way. Furthermore both XREF and Dialyzer can be run using make xref and make dialyzer. To run both simply execute make check

Versioning

We use SemVer for versioning.

Authors

Onno Vos

About

License:Other


Languages

Language:Erlang 88.8%Language:Makefile 11.2%