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
Raw

README.md

# SecretsWatcher
An Elixir library to watch secrets in a given directory.
## Installation
```elixir
def deps do
[
{:secrets_watcher, "~> 0.1.0"}
]
end
```