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
- Host: GitHub
- URL: https://github.com/thetonymaster/keychain
- Owner: thetonymaster
- Created: 2017-02-16T22:58:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T19:33:19.000Z (over 9 years ago)
- Last Synced: 2025-02-03T11:30:48.781Z (over 1 year ago)
- Topics: elixir, keychain, ssh-key
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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