[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Bee Release 0.5.0

casa

12/31/2008 5:36:00 PM

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:
- print: "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/quick....

Enjoy!
--
Michel Casabianca
michel.casabianca@gmail.com