A Make-like program for Ruby. Tasks for
rakeare specified in a Rakefile. More information: https://ruby.github.io/rake.
default Rakefile task:rake
rake {{task}}
n jobs at a time in parallel (number of CPU cores + 4 by default):rake --jobs {{n}}
rake --rakefile {{path/to/Rakefile}}
rake from another directory:rake --directory {{path/to/directory}}