Packages

A fork of the original remix package which fixes several errors from the old version, which hasn't been updated since 2016. Original Description: Recompiles mix projects on any change to the lib directory.

Current section

Files

Jump to
remixed_remix lib remix.ex
Raw

lib/remix.ex

defmodule RemixedRemix do
@moduledoc false
def hello() do
:world
end
end