[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] srcforge on rubyforge

gga

5/30/2006 4:23:00 PM

I've put together a simple ruby script for downloading the latest file
releases (binaries or source code) of any sourceforge project
(www.sourceforge.net), which I think some people could find useful.
To install it, use rubygems, like:

> gem install -r srcforge

The gem depends on narf and my own getopt-declare.

You should then be able to retrieve any sourceforge project like:

> srcforge [options] <project>

where <project> is the unix name of the project as sourceforge lists
it,
like:
http:://sourceforge.net/projects/rudl
Here, project would be 'rudl'.

> srcforge rudl -ch

Enjoy