guard-rocco/README.md
2011-06-18 12:33:23 -04:00

366 B

It's a Guard for the Rocco documentation system!

guard 'rocco' do
  watch(%r{app/.*\.(rb|coffee)})
  watch(%r{lib/.*\.rb})
end

Only one option for now:

  • :dir specifies the output dir (default doc)

gem install guard-rocco or Bundle it up with gem 'guard-rocco'. Yeah!