https://github.com/bit4bit/exnotify
filesystem listener
https://github.com/bit4bit/exnotify
Last synced: 18 days ago
JSON representation
filesystem listener
- Host: GitHub
- URL: https://github.com/bit4bit/exnotify
- Owner: bit4bit
- License: mit
- Created: 2021-06-16T20:03:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T15:26:47.000Z (about 5 years ago)
- Last Synced: 2025-10-21T17:47:12.902Z (9 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exnotify
**Implementation of inotify using Unifex (Only linux)**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exnotify` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exnotify, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/exnotify](https://hexdocs.pm/exnotify).