Carbon

User library for phoenix and elixir.

Carbon

Installation

Carbon is available in Hex, and can be installed as:

  1. Add carbon to your list of dependencies in mix.exs:
```elixir
def deps do
[{:carbon, "~> 0.1.1"}]
end
```
  1. Ensure carbon is started before your application:
```elixir
def application do
[applications: [:carbon]]
end
```

Contributing

Contributions are welcome! We love you if you send a PR with some tests.

License

Copyright (c) 2016, al-razi.

Apache 2 License.