An open API service indexing awesome lists of open source software.

https://github.com/ferdodo/build-watch

Build a project when the source files are updated.
https://github.com/ferdodo/build-watch

Last synced: about 1 year ago
JSON representation

Build a project when the source files are updated.

Awesome Lists containing this project

README

          

# build-watch
Build a project when the source files are updated.

## How to use
* Move to your project main directory containing the source files.
* Run `build-watch `.

## What is watched
* Files name and location.
* Files permissions (read, write, execution).
* Files last modification time.

## What is not watched
* Hidden files.
* Directories.
* Files owner and group.