Packages

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

Current section

Files

Jump to
phoenix_reactify _build dev lib phoenix_reactify ebin phoenix_reactify.app
Raw

_build/dev/lib/phoenix_reactify/ebin/phoenix_reactify.app

{application,phoenix_reactify,
[{applications,[kernel,stdlib,elixir,logger,jason]},
{description,"Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications."},
{modules,['Elixir.Mix.Tasks.Phx.Reactify',
'Elixir.PhoenixReactify','Elixir.PhoenixReactify.CLI',
'Elixir.PhoenixReactify.Helper',
'Elixir.PhoenixReactify.Helpers.Babel',
'Elixir.PhoenixReactify.Helpers.CreateReactApp',
'Elixir.PhoenixReactify.Helpers.Elixir',
'Elixir.PhoenixReactify.Helpers.Erlang',
'Elixir.PhoenixReactify.Helpers.Npm',
'Elixir.PhoenixReactify.Helpers.Phoenix',
'Elixir.PhoenixReactify.Helpers.Webpack',
'Elixir.PhoenixReactify.Versions']},
{registered,[]},
{vsn,"0.0.4"}]}.