Bee, a ruby homage of ant...

---------- Forwarded message ----------
From: Michel Casabianca <[EMAIL PROTECTED]>
Date: Jun 26, 2007 11:09 AM
Subject: [ANN] bee 0.4.0 Released
To: ruby-talk ML <[EMAIL PROTECTED]>


Bee is a build tool running YAML files. These build files have a clean
syntax à la Ant and run as fast as make. They are made of shell
commands, Ruby code or Bee tasks for platform independent builds.

Hello World example looks like this:

--8<-------------------------------------------------------------------------------------------------
- target: hello
 script:
 - "echo \"Hello World!\""
--8<-------------------------------------------------------------------------------------------------

This is that simple!

To start using bee within 15 minutes, type "gem install bee" and read
Quick Start section at http://bee.rubyforge.org/quickstart.html.

Enjoy!
--
Michel Casabianca
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to