cldwalker / boson

A command/task framework similar to rake and thor built with extendability in mind.
http://rdoc.info/gems/boson
MIT License
218 stars 10 forks source link

Pre-requisites or dependendencies support (like rake) #35

Open ghost opened 12 years ago

ghost commented 12 years ago

I'd like boson support pre-requisites or dependendencies support (like rake).

Example (rake):

task :test => [:compile, :dataLoad] do
  #do something
end

compile and dataLoad are tasks and they are dependencies of task test.

Thank you for boson.

cldwalker commented 12 years ago

I would to :) If I ever get around to it, I would do it as a plugin. Pull request welcome :)