rake2thor
Ruby scripting framework
Install
- All systems
-
curl cmd.cat/rake2thor.sh
- Debian
-
apt-get install ruby-thor
- Ubuntu
-
apt-get install ruby-thor
- Alpine
-
apk add ruby-thor
- Arch Linux
-
pacman -S ruby-thor
- Kali Linux
-
apt-get install ruby-thor
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-thor
- Raspbian
-
apt-get install ruby-thor
- Dockerfile
- dockerfile.run/rake2thor
- Docker
-
docker run cmd.cat/rake2thor rake2thor
powered by Commando
ruby-thor
Ruby scripting framework
Thor is a simple and efficient scripting framework for building self-documenting command line utilities. It can be used to replace rake, sake and rubigen.