A true master always recaps what made him a master: the fundamentals.
$ npm install # install Node modules
$ npm run test # execute ESLint (Google config) & tests
$ bundle install # install Ruby gems
$ bundle exec rubocop && bundle exec rspec # execute Rubocop & RSpec tests
$ mvn test clean # Run all jUnit tests and clean up target directory
$ tbd
$ tbd