Sha256: 25aaabcc5ae59c262678c89a7a26b296def52c48fa4fe6626020237546ff0f2e

Contents?: true

Size: 854 Bytes

Versions: 1

Compression:

Stored size: 854 Bytes

Contents

NAME
  
      rego

SYNOPSIS
  
      rego
  
   [options]+

DESCRIPTION
  
      run arbitrary commands easily when files change

PARAMETERS

  --help, -h 

EXAMPLES
  
      ### gem install rego
  
  
      # say hai whenever the file foo.txt changes
      #
        ~> rego echo hai -- foo.txt
  
      # say hai whenever any file (recursively) in bar changes 
      #
        ~> rego echo hai -- ./bar/ 
  
      # echo *the file that changed* when any file (recursively) in bar changes 
      #
        ~> rego echo "@ was changed" -- ./bar/ 
  
      # run a specific test whenever anything in lib, test, app, or config changes
      #
        ~> rego ruby -Itest ./test/units/foo_test.rb --name teh_test -- {lib,test,app,config}
  
      # run a specific test whenever it, or your app, has changed
      #
        ~> rego ruby -Itest @ -- ./test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rego-1.0.0 README