Home > guard-zen

guard-zen

Guard-zen is a project mainly written in Ruby, it's free.

guard gem for koans

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

  • Source hosted at GitHub
  • Report issues/Questions/Feature requests on GitHub Issues

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