rake Command Examples

A Make-like program for Ruby. Tasks for rake are specified in a Rakefile. More information: https://ruby.github.io/rake.

rake

rake {{task}}

rake --jobs {{n}}

rake --rakefile {{path/to/Rakefile}}

rake --directory {{path/to/directory}}