mix rephi.gen.frontend (Rephi v0.1.0)

View Source

Generates a new frontend application based on the example app.

Usage

mix rephi.gen.frontend APP_NAME

Examples

mix rephi.gen.frontend dashboard
mix rephi.gen.frontend admin_panel

This will:

  1. Copy the example app to apps/APP_NAME
  2. Update all configuration files with the new app name
  3. Add a route in the Phoenix router
  4. Update the shared components env.ts file
  5. Add workspace scripts to the root package.json