Current section

Files

Jump to
renewex README.md
Raw

README.md

# RenewEx
[Renew](http://renew.de/) file parser in Elixir.
## Running tests
All test:
```sh
mix test
```
Only fast tests:
```
mix test --exclude slow
```