0.01
No commit activity in last 3 years
No release in over 3 years
Simple generator to kick off Erlang/OTP projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

otp_kickoff¶ ↑

Simple generator to kick off Erlang/OTP projects quickly.

2009/12/29 - Pleasant news: Now otp_kickoff also installs the gem ebuilder, a very simple tool for building Erlang/OTP projects. It is all about facilitate our life. For more informations about ebuilder, see: github.com/leandrosilva/ebuilder.

Install and configuration¶ ↑

Install the otp_kickoff gem:

sudo gem install otp_kickoff -s http://gemcutter.org

And finally, configure your preferences:

otp_kickoff configure --author=leandro --email=leandrodoze@gmail.com

Usage¶ ↑

Type:

otp_kickoff new_application --name=amazingapp

That will generate:

create  amazingapp/src
create  amazingapp/ebin
create  amazingapp/deps
create  amazingapp/src/amazingapp_app.app
create  amazingapp/src/amazingapp_app.erl
create  amazingapp/src/amazingapp_sup.erl
create  amazingapp/src/amazingapp_server.erl
create  amazingapp/src/amazingapp_handler.erl
create  amazingapp/src/amazingapp.erl
create  amazingapp/src/amazingapp.hrl

Next¶ ↑

Enjoy a lot with Erlang/OTP programming!

Help¶ ↑

If you need some help, type:

otp_kickoff help

For a specific command:

otp_kickoff help new_application

And so on…

Copyright © 2009 Leandro Silva. See LICENSE for details.