Skip to content
forked from kynetx/guard-krl

Guard Gem that watches for changes in your .krl file and runs krl commit

Notifications You must be signed in to change notification settings

guard/guard-krl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard-KRL

A guard extension that runs krl commit when the .krl file is changed.

Install

You will need to have Guard first.

Install the gem with:

gem install guard-krl

Add an initial setup to your Guardfile with:

guard init krl

Usage

Please read Guard usage doc.

In short (after installing the gem):

$ cd /path/to/a00x000.krl
$ guard init krl
$ guard

Guardfile

guard 'krl' do
  watch(/.*\.krl$/)
end

Please read Guard doc for more info about Guardfile DSL.

Thanks

This gem is almost completely copied from the guard-less gem by Brendan Erwin. Thanks!

About

Guard Gem that watches for changes in your .krl file and runs krl commit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published