Skip to content

cybernetlab/Guard.kdapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard koding.com application

This is a koding.com application, that wraps original Guard command line tool.

Requirements

  • You need ruby to be installed. To have different ruby versions on same machine you can use rbenv package.
  • Guard gem shuold be installed. Use gem install guard command or include gem guard line to your Gemfile.

NOTE. Ruby version manager rvm is not supported.

Usage

After run, the application will scan your home folder (to see your home folder, run echo $HOME command in terminal) for files, named Guardfile. All folders, that contains this file will be listed. Then you can start guard program for each project, by turning project switch on.

When you turn on project switch, terminal will open and guard program will start in it. So, when you change some files, defined in Guardfile, guard will run program, specified in Guardfile for this files and result of this execution will appear as notification.

About

Guard koding.com application

Resources

Stars

Watchers

Forks

Packages

No packages published