mix fyi.install (FYI v1.0.2)
View SourceInstalls FYI into your Phoenix application.
$ mix fyi.install
Options
--no-ui- Skip installing the Phoenix UI components--no-persist- Skip the database migration (events won't be persisted)--no-feedback- Skip installing the feedback component
What This Does
- Adds FYI.Application to your supervision tree
- Creates a migration for the
fyi_eventstable (unless --no-persist) - Adds a
/fyiroute scope to your router (unless --no-ui) - Installs a customizable feedback component (unless --no-feedback)
- Adds configuration stubs to your config files