Skip to content

alco/erlang-mix-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang Mix Project

This example project showcases the use of Mix as a build tool and package manager for developing applications in Erlang. It relies on mix-erlang-tasks which has been added as a dependency.

Things to try:

$ mix deps.get       # fetch dependencies (including mix-erlang-tasks)

$ mix compile        # compile everything

$ mix eunit          # run EUnit tests

$ mix ct             # run Common Test suites

$ mix edoc           # generate HTML documentation from the source

About

A sample Erlang project that uses Mix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published