https://github.com/cloud8421/cosmos
https://github.com/cloud8421/cosmos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud8421/cosmos
- Owner: cloud8421
- Created: 2016-09-29T08:10:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T08:11:06.000Z (over 9 years ago)
- Last Synced: 2025-03-02T13:26:27.366Z (over 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cosmos
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `cosmos` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:cosmos, "~> 0.1.0"}]
end
```
2. Ensure `cosmos` is started before your application:
```elixir
def application do
[applications: [:cosmos]]
end
```