rake
A Make-like program for Ruby. Tasks for rake are specified in a Rakefile. More information: <https://ruby.github.io/rake>.
Install
- All systems
-
curl cmd.cat/rake.sh
- Debian
-
apt-get install rake - Ubuntu
-
apt-get install rake - Arch Linux
-
pacman -S rubygem-rake - Kali Linux
-
apt-get install rake - CentOS
-
yum install rubygem-rake - Fedora
-
dnf install rubygem-rake - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install rake - Raspbian
-
apt-get install rake
A Make-like program for Ruby. Tasks for rake are specified in a Rakefile. More information: <https://ruby.github.io/rake>.
-
Run the `default` Rakefile task:
rake -
Run a specific task:
rake task -
Execute `n` jobs at a time in parallel (number of CPU cores + 4 by default):
rake --jobs n -
Use a specific Rakefile:
rake --rakefile path/to/Rakefile -
Execute `rake` from another directory:
rake --directory path/to/directory
© tl;dr; authors and contributors