Skip to content

jashmenn/skelerl

 
 

Repository files navigation

= 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.

About

Erlang skeleton application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.2%
  • Erlang 11.8%