README.md
# SecretsWatcher
 [](https://coveralls.io/github/ahamez/secrets_watcher?branch=master) [](https://hexdocs.pm/secrets_watcher/) [](https://hex.pm/packages/secrets_watcher) [](https://github.com/ahamez/secrets_watcher/blob/master/LICENSE)
An Elixir library to watch secrets in a given directory.
## Installation
```elixir
def deps do
[
{:secrets_watcher, "~> 0.1.0"}
]
end
```