A Rocket League replay parser in Elixir.
Windows
$ mix escript.build
$ escript gizmo.es <replay path>
or
$ run.bat <replay path>
Unix
$ mix escript.build
$ ./gizmo.es <replay path>
If available in Hex, the package can be installed as:
-
Add gizmo to your list of dependencies in
mix.exs
:def deps do [{:gizmo, "~> 0.0.1"}] end
-
Ensure gizmo is started before your application:
def application do [applications: [:gizmo]] end