A tool that lets you know when you need to run development commands
Simply install the gem once,
[sudo] gem install orly
and install O RLY in each Git Repo
orly --install
To remove O RLY just run orly --uninstall
inside the git repo.
ORLY supports the following development commands and knows to alert you when you need to run them
bundle install
- for Gemfile.lock changesrake db:migrate
- for db/migration changes
pod install
- for Podfile.lock changes
npm install
- for package.json changes
In the Github page https://github.com/yonbergman/orly/
Copyright (c) 2015 Yonatan Bergman, released under the MIT license