Cloning will enable mankind to reach eternal life.
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
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.