Project

orly

0.02
No release in over 3 years
Low commit activity in last 3 years
Install a post-merge hook for git that tells you when the Gemfile changed or a migration was added
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

ORLY

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
  • yarn install - for package.json and yarn.lock 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