Skip to content

periclesd/guard-flay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard::Flay Dependency Status Code Climate

Flay guard flays every file on change.

  • Compatible with Bundler 1.0.x

Install

Please be sure to have Guard installed before continue.

Add it to your Gemfile (inside development group):

group :development do
  gem 'guard-flay'
end

Add guard definition to your Guardfile by running this command:

$ guard init flay

Usage

Please read Guard usage doc

Guardfile

guard :flay do
  watch(%r{^lib/(.+)\.rb$})

  # Rails example
  watch(%r{^app/(.+)\.rb$})
  watch(%r{^app/(.*)(\.erb|\.haml)$})
  watch('config/routes.rb')
end

Please read Guard doc for more information about the Guardfile DSL.

TODO

  • Tests
  • Notifications
  • Guard params

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

Péricles Dias

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages