Project

ebuilder

0.0
No commit activity in last 3 years
No release in over 3 years
Simple tool for building Erlang/OTP projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

ebuilder¶ ↑

Simple tool for building Erlang/OTP projects.

Install and configuration¶ ↑

Install the ebuilder gem:

sudo gem install ebuilder -s http://gemcutter.org

Usage¶ ↑

At the root directory of your Erlang/OTP project, type:

ebuilder compile

That will compile all source files from src and test directories, put output on ebin directory and generate all edoc HTML files.

Next¶ ↑

Yet on root directory, type:

ebuilder test MODULE

That will run all tests specified for MODULE. However it’s not all. It have some other options:

-a [APPLICATION]   # specify your OTP application name
-d                 # it will include deps directory
-m                 # it will setup mnesia to db/dev directory

Help¶ ↑

If you need some help, type:

ebuilder help

Copyright © 2009 Leandro Silva. See LICENSE for details.