Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
Raw

lib/cli.ex

defmodule PhoenixReactify.CLI do
def main(args \\ []) do
PhoenixReactify.main(args)
end
end