Skip to content

Instantly share code, notes, and snippets.

@khebbie
Last active August 29, 2015 14:27
Show Gist options
  • Save khebbie/0f7156f04b8f86c31ebd to your computer and use it in GitHub Desktop.
Save khebbie/0f7156f04b8f86c31ebd to your computer and use it in GitHub Desktop.
Elixir mix task
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