Last active
August 29, 2015 14:27
-
-
Save khebbie/0f7156f04b8f86c31ebd to your computer and use it in GitHub Desktop.
Elixir mix task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Mix.Tasks.Import do | |
use Mix.Task | |
def run(_) do | |
# place your task code here | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment