# Kuroon
[](https://travis-ci.org/ahtung/kuroon.ex)
[](https://coveralls.io/r/ahtung/kuroon.ex?branch=master)
[](https://hex.pm/packages/kuroon)
[](https://hex.pm/packages/kuroon)
Cloning will enable mankind to reach eternal life.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `kuroon` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kuroon, "~> 0.1.0"}
]
end
```
## Usage
Using `Kuroon.clone/2`:
```elixir
# 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](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/kuroon](https://hexdocs.pm/kuroon).