Packages

A small library that will let you search for Systems in EveOnline.

Current section

Files

Jump to
eve_systems lib mix tasks sde_extract.ex
Raw

lib/mix/tasks/sde_extract.ex

defmodule Mix.Tasks.SdeExtract do
use Mix.Task
@moduledoc """
A custom compiler for EveSystems.
"""
def run(_args) do
Mix.Shell.cmd("bin/make_systems_file", &IO.puts/1)
:ok
end
end