Sha256: 9b3387422c76e62d6d0b218a4891568bc089031e3400cb9da686e9f5fa048e2e

Contents?: true

Size: 1.03 KB

Versions: 8

Compression:

Stored size: 1.03 KB

Contents

# dirwatch

[![Build Status](https://travis-ci.org/ThunderKey/dirwatch.svg?branch=master)](https://travis-ci.org/ThunderKey/dirwatch)
[![Code Climate](https://codeclimate.com/github/ThunderKey/dirwatch/badges/gpa.svg)](https://codeclimate.com/github/ThunderKey/dirwatch)
[![Test Coverage](https://codeclimate.com/github/ThunderKey/dirwatch/badges/coverage.svg)](https://codeclimate.com/github/ThunderKey/dirwatch/coverage)
[![Issue Count](https://codeclimate.com/github/ThunderKey/dirwatch/badges/issue_count.svg)](https://codeclimate.com/github/ThunderKey/dirwatch/issues)

A ruby gem to watch specific files and execute commands when any of the files change

## Installation

```bash
gem install dirwatch
```

## Usage

See:
```bash
dirwatch --help
dirwatch init --help
```

### Start a Watcher

`dirwatch [directory]` starts a service, which uses the `.dirwatch.yml` file in the specified directory or the current directory if not specified. 

### Initialize a Template

To create a template configuration use:
```bash
dirwatch init [template]
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dirwatch-0.0.9 README.md
dirwatch-0.0.8 README.md
dirwatch-0.0.7 README.md
dirwatch-0.0.6 README.md
dirwatch-0.0.5 README.md
dirwatch-0.0.4 README.md
dirwatch-0.0.3 README.md
dirwatch-0.0.2 README.md