The Changelog - Open Source moves fast. Keep up.

Open source moves fast. Keep up.

Brought to you by Adam and Wynn, The Changelog is what's fresh and new in open source.

/* 2009.12.05 */

otp_kickoff: Kick off a new Erlang/OTP project!

OTP Kick-off is a simple project generator written in Ruby to make starting a new Erlang/OTP project a simple task.

Usage

After you have installed and configured otp_kickoff … (see readme)

In your terminal, 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

Hat tip: @codezone http://twitter.com/codezone/status/6360747343

[code on GitHub] [follow Leandro Silva on Twitter]

← Back to The Changelog
blog comments powered by Disqus
← Back to The Changelog