Skip to content

guard/guard-ego

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Ruby 100.0%