Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.16 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.16 KB

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