rant
Flexible, Ruby based make
Install
- All systems
-
curl cmd.cat/rant.sh
- Debian
-
apt-get install rant
- Ubuntu
-
apt-get install rant
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rant
- Raspbian
-
apt-get install rant
- Dockerfile
- dockerfile.run/rant
rant
Flexible, Ruby based make
Similar to make, the rant commandline tool reads a file called Rantfile, which contains task definitions. Unlike make, however, an Rantfile is just a valid script written in the Ruby programming language. Since Ruby comes with many useful libraries and is portable across many different operating systems, it is easy to write portable Rantfiles.