wtr-watcher 0.14.4

Filesystem watcher. Works anywhere. Simple, efficient and friendly.
Documentation
1
2
3
4
5
6
7
8
9
10
# Contributions

0. Fork this repository.
1. Checkout the `next` branch.
2. If you change the headers, make the changes on the headers in `devel/include`.
3. Make commits in the form `topic/subtopic: note`, for example: `adapter/linux: syntax`.
4. If you made changes to the headers, run `tool/format && tool/hone --header-content-amalgam > include/watcher/watcher.hpp && git add include && git commit -m 'tool/hone --amalgam'`. This will format the code and create a single-header library for you. (Alternatively, just use a pre-commit tool.)
5. Push your changes and create a pull request.

Thank you.