https://github.com/ahtung/kuroon.ex
https://github.com/ahtung/kuroon.ex
elixir hex
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahtung/kuroon.ex
- Owner: ahtung
- License: apache-2.0
- Created: 2018-01-29T20:01:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T21:18:33.000Z (over 8 years ago)
- Last Synced: 2025-06-06T10:50:43.318Z (about 1 year ago)
- Topics: elixir, hex
- Language: Elixir
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).