Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aborn/step-elixir
- Owner: aborn
- Created: 2015-08-23T15:02:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T03:38:18.000Z (over 8 years ago)
- Last Synced: 2023-06-17T08:40:18.410Z (over 1 year ago)
- Language: Elixir
- Homepage: http://step-elixir.aborn.me/index.html
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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