Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/skelerl
Erlang skeleton application
https://github.com/auser/skelerl
Last synced: 3 months ago
JSON representation
Erlang skeleton application
- Host: GitHub
- URL: https://github.com/auser/skelerl
- Owner: auser
- Created: 2009-01-21T19:46:45.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-08-19T21:17:00.000Z (over 15 years ago)
- Last Synced: 2024-04-14T14:21:39.481Z (9 months ago)
- Language: Ruby
- Homepage: http://blog.xnot.org
- Size: 177 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
Awesome Lists containing this project
README
= 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 stepErlang 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.