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
![Elixir CI](https://github.com/ahamez/secrets_watcher/workflows/Elixir%20CI/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/ahamez/secrets_watcher/badge.svg?branch=master)](https://coveralls.io/github/ahamez/secrets_watcher?branch=master) [![Hex Docs](https://img.shields.io/badge/hex-docs-brightgreen.svg)](https://hexdocs.pm/secrets_watcher/) [![Hex.pm Version](http://img.shields.io/hexpm/v/secrets_watcher.svg)](https://hex.pm/packages/secrets_watcher) [![License](https://img.shields.io/hexpm/l/secrets_watcher.svg)](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.3.0"}
]
end
```