public
Description: Erlang skeleton application
Homepage: http://blog.xnot.org
Clone URL: git://github.com/auser/skelerl.git
name age message
file .gitignore Wed Jan 21 15:08:52 -0800 2009 Ignoring the pkg [Ari Lerner]
file History.txt Wed Jan 21 15:06:57 -0800 2009 Gemifying [Ari Lerner]
file Manifest.txt Loading commit data...
file README.txt Fri Feb 06 16:54:03 -0800 2009 Updated make_skel [Ari Lerner]
file Rakefile
file VERSION.yml
directory bin/
directory config/
directory generators/
directory lib/
directory script/
file skelerl.gemspec
directory tasks/
directory vendor/
README.txt
= skelerl

== SYNOPSIS:

Skeleton Erlang application

This is a basic skeleton for erlang applications.

This skeleton app takes care of everything you'd need in an erlang application, hopefully!

h2. Building an application
1. Include the source code in the src/ directory. 
2. Add your .app file to the ebin/ directory.
3. Type: ./bin/build-app [name] [version]
4. There is no fourth step

Erlang start script in ruby

Example coming shortly

== INSTALL:

sudo gem install auser-skelerl

== LICENSE:

(The MIT License)

Copyright (c) 2009 Ari Lerner

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.