ThunderKey / dirwatch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dirwatch

Build Status Code Climate Test Coverage Issue Count

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

Installation

gem install dirwatch

Usage

See:

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:

dirwatch init [template]

About

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

License:MIT License


Languages

Language:Ruby 100.0%