An open API service indexing awesome lists of open source software.

https://github.com/thetonymaster/keychain

SSH key utils for a personal project
https://github.com/thetonymaster/keychain

elixir keychain ssh-key

Last synced: about 1 year ago
JSON representation

SSH key utils for a personal project

Awesome Lists containing this project

README

          

# Keychain

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add keychain to your list of dependencies in `mix.exs`:

def deps do
[{:keychain, "~> 0.0.1"}]
end

2. Ensure keychain is started before your application:

def application do
[applications: [:keychain]]
end