Skip to content

eremeyev/guard-zen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard::Zen

Zen guard allows to automatically run 'ruby path_to_enlightenment.rb'.

Install

Please be sure to have Guard installed before continue.

Install the gem:

$ gem install guard-zen

Add it to your Gemfile (inside development group):

gem 'guard-zen'

Add guard definition to your Guardfile by running this command:

$ guard init zen

Usage

Please read Guard usage doc

Guardfile

Zen guard can be use to resolv koans from Ruby Koans

guard 'zen' do
  watch(%r{^*.\.rb$})
end

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

Development

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

Testing

!!!TODO

Author

Andrey Eremeev

About

guard gem for koans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages