auser / skelerl
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit cbdb76528deeee42ee847a2826437f669687d265
tree db04b9fdbc16d51036d0fc55c82fa7111935d1d5
parent 54e4561eca25df3e7f1d7b2504d304eff10caa90
tree db04b9fdbc16d51036d0fc55c82fa7111935d1d5
parent 54e4561eca25df3e7f1d7b2504d304eff10caa90
skelerl /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jan 21 15:08:52 -0800 2009 | |
| |
History.txt | Wed Jan 21 15:06:57 -0800 2009 | |
| |
Manifest.txt | Mon Aug 17 19:45:09 -0700 2009 | |
| |
README.txt | Fri Feb 06 16:54:03 -0800 2009 | |
| |
Rakefile | Mon Aug 17 19:45:09 -0700 2009 | |
| |
VERSION.yml | Wed Aug 19 14:16:42 -0700 2009 | |
| |
bin/ | Mon Aug 17 19:49:20 -0700 2009 | |
| |
config/ | Tue Aug 18 17:02:29 -0700 2009 | |
| |
generators/ | Tue Aug 18 14:50:53 -0700 2009 | |
| |
lib/ | Tue Aug 18 15:38:31 -0700 2009 | |
| |
script/ | Sun Aug 02 01:32:23 -0700 2009 | |
| |
skelerl.gemspec | Wed Aug 19 14:16:56 -0700 2009 | |
| |
tasks/ | Tue Aug 18 15:43:01 -0700 2009 | |
| |
vendor/ | Mon Aug 17 19:45:09 -0700 2009 |
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.
