erlware_commons/README.md
Eric Merritt 7e42c243b0 add travis support to the system
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2012-09-08 09:59:19 -05:00

25 lines
785 B
Markdown

Erlware Commons
===============
Current Status
--------------
[![Build Status](https://secure.travis-ci.org/erlware/erlware_commons.png)](http://travis-ci.org/erlware/erlware_commons)
Introduction
------------
Erlware commons can best be described as an extension to the stdlib
application that is distributed with Erlang. These are things that we
at Erlware have found useful for production applications but are not
included with the distribution. We hope that as things in this library
prove themselves useful, they will make their way into the main Erlang
distribution. However, whether they do or not, we hope that this
application will prove generally useful.
Goals for the project
---------------------
* Generally Useful Code
* High Quality
* Well Documented
* Well Tested