[ANN] rabal 0.0.1 Released

J

Jeremy Hinegardner

rabal version 0.0.1 has been released.

http://copiousfreetime.rubyforge.org/rabal/

Rabal is the Ruby Architecture for Building Applications and Libraries.
Taking ideas from Haskell's Cabal, Hoe and Rubyforge projects, rabal
is a generalised project generation tool for initial creation of the
files and directories considered necessary in any ruby project.

Releasing early, and releasing often. This first release only has
basic functionality and that is enough for your basic ruby project.
There is more coming very soon. I thought folks might like to have a
chance to play with it a bit.

Rabal currently ships with plugins for:

* core - core functionality and baseline information need by every project
* license - indicate under what license your project is released. Includes
templates for BSD, GPL, LGPL, MIT and Ruby Licenses
* bin - command line application
* spec - an RSpec starting point
* test - a Test::Unit starting point

You are highly encouraged to write your own plugins and distribute them.

http://copiousfreetime.rubyforge.org/rabal/files/README_PLUGIN.html

== EXAMPLE

% rabal --use-all --core-author="Ruby Programmer" --core-email="(e-mail address removed)" --license-flavor=Ruby myproj
[...]
% find ./myproj
./myproj/
./myproj/LICENSE
./myproj/COPYING
./myproj/README
./myproj/lib
./myproj/lib/myproj
./myproj/lib/myproj/version.rb
./myproj/lib/myproj.rb
./myproj/Rakefile
./myproj/CHANGES
./myproj/spec
./myproj/spec/spec_helper.rb
./myproj/spec/myproj_spec.rb
./myproj/bin
./myproj/bin/myproj


{{ Changelog for Version 0.0.1 }}

=== Version 0.0.1

* Initial public release
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top