View Source RenewEx Converter
Renew file converter to turn files parsed with RenewEx (Repository) into a canonical structure that can be worked with more easily (for example be imported into a database).
Test cases
The conveter is tested on more than 1000 example files.
Running tests
All test:
mix test
Only fast tests:
mix test --exclude slow