Skip to content

pct/finix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finix Framework

參考 sugar, trot, phoenix 用的套件,組 framework

Usage

add {:finix, github: "pct/finix"} to your mix.exs:

defp deps do
  [
    {:finix, github: "pct/finix"},
    {:exsync, "~> 0.2", only: :dev} # if you need auto recompile
  ]
end

add the following code to your def start function head if you want to auto recompile

# exsync reload
case Code.ensure_loaded(ExSync) do
  {:module, ExSync = mod} ->
    mod.start()
  {:error, :nofile} ->
    :ok
end

Plugs

from sugar

from phoenix

from trot

Me

TODO

Releases

No releases published

Packages

No packages published

Languages