geordi
Collection of command line tools used in our daily work with Ruby, Rails and Linux.
File Explorer
Download Latest Version (.zip)- test.yml
- b
- dumple
- geordi
- aruba_steps.rb
- miscellaneous_steps.rb
- aruba.rb
- aruba_config.rb
- env.rb
- branch.feature
- commit.feature
- console.feature
- cucumber.feature
- delete_dumps.feature
- deploy.feature
- did_you_know.feature
- dump.feature
- dumple.feature
- migrate.feature
- rake.feature
- rspec.feature
- security_update.feature
- server.feature
- setup.feature
- shell.feature
- tests.feature
- unit.feature
- apache_site.rb
- branch.rb
- bundle_install.rb
- capistrano.rb
- chromedriver_update.rb
- clean.rb
- commit.rb
- console.rb
- create_database_yml.rb
- create_databases.rb
- cucumber.rb
- delete_dumps.rb
- deploy.rb
- drop_databases.rb
- dump.rb
- migrate.rb
- png_optimize.rb
- rake.rb
- remove_executable_flags.rb
- rspec.rb
- security_update.rb
- server.rb
- setup.rb
- shell.rb
- tests.rb
- unit.rb
- update.rb
- version.rb
- with_rake.rb
- yarn_install.rb
- capistrano_config.rb
- chromedriver_updater.rb
- cli.rb
- COMMAND_TEMPLATE
- cucumber.rb
- db_cleaner.rb
- dump_loader.rb
- git.rb
- hint.rb
- interaction.rb
- linear_client.rb
- remote.rb
- settings.rb
- util.rb
- version.rb
- geordi.rb
- logo.dark.shapes.svg
- logo.dark.text.svg
- logo.light.shapes.svg
- logo.light.text.svg
- makandra-with-bottom-margin.dark.svg
- makandra-with-bottom-margin.light.svg
- capistrano_config_spec.rb
- chromedriver_updater_spec.rb
- db_cleaner_spec.rb
- did_you_know_spec.rb
- linear_client_spec.rb
- settings_spec.rb
- spec_helper.rb
- util_spec.rb
- .gitignore
- .rspec
- .ruby-version
- CHANGELOG.md
- cucumber.yml
- Gemfile
- Gemfile.lock
- geordi.gemspec
- LICENSE
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/makandra/geordi
Downloads the entire project code from GitHub to your computer.
cd geordi
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Ruby Ruby is required to use gem.
gem install geordi
Installs the package published on RubyGems directly.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
