You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
505 B

5 years ago
  1. # ExToErl
  2. **TODO: Add description**
  3. ## Installation
  4. If [available in Hex](https://hex.pm/docs/publish), the package can be installed
  5. by adding `ex_to_erl` to your list of dependencies in `mix.exs`:
  6. ```elixir
  7. def deps do
  8. [
  9. {:ex_to_erl, "~> 0.1.0"}
  10. ]
  11. end
  12. ```
  13. Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
  14. and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
  15. be found at [https://hexdocs.pm/ex_to_erl](https://hexdocs.pm/ex_to_erl).