auser / skelerl

Erlang skeleton application

This URL has Read+Write access

auser (author)
Wed Aug 19 14:16:56 -0700 2009
commit  cbdb76528deeee42ee847a2826437f669687d265
tree    db04b9fdbc16d51036d0fc55c82fa7111935d1d5
parent  54e4561eca25df3e7f1d7b2504d304eff10caa90
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 Mon Aug 17 19:45:09 -0700 2009 Slimming skelerl WAAAYYYY down [auser]
file README.txt Fri Feb 06 16:54:03 -0800 2009 Updated make_skel [Ari Lerner]
file Rakefile Mon Aug 17 19:45:09 -0700 2009 Slimming skelerl WAAAYYYY down [auser]
file VERSION.yml Wed Aug 19 14:16:42 -0700 2009 Version bump to 0.0.7 [auser]
directory bin/ Mon Aug 17 19:49:20 -0700 2009 added skelerl binary makefile [auser]
directory config/ Tue Aug 18 17:02:29 -0700 2009 Added lib to gemspec [auser]
directory generators/ Tue Aug 18 14:50:53 -0700 2009 Merge branch 'auser/master' Conflicts: genera... [jashmenn]
directory lib/ Tue Aug 18 15:38:31 -0700 2009 updated to load rake tasks [jashmenn]
directory script/ Sun Aug 02 01:32:23 -0700 2009 Added makefile generator [auser]
file skelerl.gemspec Wed Aug 19 14:16:56 -0700 2009 Updated gemspec for github [auser]
directory tasks/ Tue Aug 18 15:43:01 -0700 2009 updated how it finds the name for the boot scripts [jashmenn]
directory vendor/ Mon Aug 17 19:45:09 -0700 2009 Slimming skelerl WAAAYYYY down [auser]
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.