Sha256: dd9758dba9e2904707e700fb0cc2d6e619d8c89ad8524f380ae8f7cab51a81f5
Contents?: true
Size: 894 Bytes
Versions: 2
Compression:
Stored size: 894 Bytes
Contents
![ORLY](images/orly.png) # ORLY A tool that lets you know when you need to run development commands ## Installation 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. ## Supported Commands ORLY supports the following development commands and knows to alert you when you need to run them #### Ruby / Rails * `bundle install` - for Gemfile.lock changes * `rake db:migrate` - for db/migration changes * `dotenv-sync merge` - for changes in .dotenv-encrypted file #### iOS * `pod install` - for Podfile.lock changes #### NPM / Bower * `npm install` - for package.json changes * `bower install` - for bower.json changes ## More info In the Github page https://github.com/yonbergman/orly/ --- Copyright (c) 2015 Yonatan Bergman, released under the MIT license
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
orly-0.0.12 | Readme.md |
orly-0.0.11 | Readme.md |