An open API service indexing awesome lists of open source software.

https://github.com/radar/copy_lion


https://github.com/radar/copy_lion

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CopyLion

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `copy_lion` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:copy_lion, "~> 0.1.0"}]
end
```

2. Ensure `copy_lion` is started before your application:

```elixir
def application do
[applications: [:copy_lion]]
end
```