Forked from cbbuntz/legionhacker
A collection of terminal tools for simple text colorization, TUI design and animation. May also give you hacking superpowers.
- Create a CLI Menu to various hacking options
- Allow user control of program flow or automated flow
Launch the hack
executable:
$ ruby bin/hack
To install development dependencies:
$ bundle install
Linting and style check can be done using rubocop
via rake
$ rake
If you get errors, ensure that you have the necessary dependencies
$ gem list --local | grep bundler || gem install bundler
$ gem list --local | grep rake || gem install rake
$ bundle install
External Linux packages are needed for bundler
to install the dependencies. If you get an error when running bundler, use this command on your distro:
Ubuntu/Debian/DPKG
$ sudo apt-get install make gcc ruby-dev
Fedora
$ dnf install make gcc ruby-dev
OR
$ yum install make gcc ruby-dev
Arch (btw I use arch lol)
$ pacman -s make gcc ruby-dev