Project

guard-ego

0.0
No commit activity in last 3 years
No release in over 3 years
Guard::Ego automatically restarts guard when needed
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0.1

Runtime

>= 0.2.1
 Project Readme

Guard::Ego¶ ↑

Guard::Ego is the alter ego of Guard and will reload Guard when necessary.

Warning: This functionality is now a feature in guard itself. This gem will not be maintained anymore.¶ ↑

Install¶ ↑

Please be sure to have guard installed before continue.

Install the gem:

gem install guard-ego

Add it to your Gemfile (inside test group):

gem 'guard-ego'

Add guard definition to your Guardfile by running this command:

guard init ego

Usage¶ ↑

Please read guard usage doc

Guardfile¶ ↑

Please read guard doc for more info about Guardfile DSL.

Standard usage¶ ↑

guard 'ego' do
  watch('Guardfile')
end

Development¶ ↑

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.

Authors¶ ↑

Fabio Kuhn