brendanbowidas / Sip

Command line app written in Elixir for managing Docker Machine deployments (in progress). Credit to @spbrien for the original idea.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sip

Under active development, unusable at the moment

Installation

If available in Hex, the package can be installed as:

  1. Add sip to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:sip, "~> 0.1.0"}]
end
```
  1. Ensure sip is started before your application:
```elixir
def application do
  [applications: [:sip]]
end
```

About

Command line app written in Elixir for managing Docker Machine deployments (in progress). Credit to @spbrien for the original idea.


Languages

Language:Elixir 100.0%