Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aborn/step-elixir

learning elixir language step by step.
https://github.com/aborn/step-elixir

Last synced: 30 days ago
JSON representation

learning elixir language step by step.

Awesome Lists containing this project

README

        

# step-elixir
Learning elixir language, do some implementation use elixir language. This project use [ExDoc](https://github.com/elixir-lang/ex_doc) as project documentation.

[![Build Status](https://travis-ci.org/aborn/step-elixir.svg?branch=master)](https://travis-ci.org/aborn/step-elixir)

# install and compile and test
```shell
mix deps.get
mix compile
mix test
```

## generate docs
```shell
mix docs
```

## docs
http://step-elixir.aborn.me/index.html

# observer
:observer.start()

# author
Aborn Jiang

# update
2015-12-17