Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.26 KB

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.