Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/benjamintanweihao/the-little-elixir-otp-guidebook-code

Code examples for The Little Elixir & OTP Guidebook
https://github.com/benjamintanweihao/the-little-elixir-otp-guidebook-code

elixir otp otp-guidebook

Last synced: 17 days ago
JSON representation

Code examples for The Little Elixir & OTP Guidebook

Lists

README

        

Code for The Little Elixir & OTP Guidebook
========================================

Welcome! This is the source code for "The Little Elixir & OTP Guidebook".

![](http://i.imgur.com/bSJwGCJ.jpg)

## Running the code

For programs that are not created by `mix`, can be run as such:

```
% iex length_converter.ex
```

Larger programs such as `metex` in Chapter 3, can be run with the following command:

```
% iex -S mix
```

These larger programs will contain their own READMEs and more detailed instructions on running the program.

Enjoy!