Packages

CSV encoding/decoding transformer for the resx library

Current section

Files

Jump to
resx_csv README.md
Raw

README.md

# ResxCSV
CSV encoding/decoding transformer for [resx](https://github.com/ScrimpyCat/Resx)
Installation
------------
```elixir
def deps do
[{ :resx_csv, "~> 0.2.0" }]
end
```