Packages
An Elixir library to watch secrets in a directory
Retired package: Deprecated - Use secret_agent instead (https://github.com/ahamez/secret_agent)
Current section
Files
Jump to
Current section
Files
secrets_watcher
README.md
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.4"}
]
end
```