Skip to content

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

Notifications You must be signed in to change notification settings

brendanbowidas/Sip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages