Metadata-Version: 2.1
Name: mywatch
Version: 0.0.5
Summary: Provides an ORM for MySQL, PostgreSQL and SQLite.
Home-page: UNKNOWN
Author: Christian Kokoska
Author-email: info@softcreate.de
License: GPLv3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: checksumdir

# MyWatch
MyWatch is tool which watches a directory for changes and runs a command everytime, a change happens.

## Usage
./mywatch.py <directory> <command>

## Example
./mywatch.py src/ 'make build'

Evertime you save a file in the src directory, the build make target will be triggered.


