https://github.com/radar/copy_lion
https://github.com/radar/copy_lion
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radar/copy_lion
- Owner: radar
- Created: 2017-02-22T22:20:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T22:37:30.000Z (about 8 years ago)
- Last Synced: 2025-02-10T13:44:00.401Z (3 months ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```