Skip to content

ahtung/kuroon.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuroon

Build Status Coverage Status Hex.pm version Hex.pm downloads

Cloning will enable mankind to reach eternal life.

Installation

If available in Hex, the package can be installed by adding kuroon to your list of dependencies in mix.exs:

def deps do
  [
    {:kuroon, "~> 0.1.0"}
  ]
end

Usage

Using Kuroon.clone/2:

# Kuroon.clone(repo_from, repo_to)
iex(1)> Kuroon.clone("ahtung/kuroon_test_from", "ahtung/kuroon_test_to", "origin")

Using mix task

# mix kuroon.clone repo_from, repo_to
$ mix kuroon.clone ahtung/kuroon_test_from ahtung/kuroon_test_to

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kuroon.