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.
- Host: GitHub
- URL: https://github.com/ferdodo/build-watch
- Owner: ferdodo
- Created: 2019-01-06T08:16:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T11:19:53.000Z (over 6 years ago)
- Last Synced: 2025-02-14T21:27:16.982Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.