mix rephi.gen.frontend (Rephi v0.1.0)
View SourceGenerates 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:
- Copy the example app to apps/APP_NAME
- Update all configuration files with the new app name
- Add a route in the Phoenix router
- Update the shared components env.ts file
- Add workspace scripts to the root package.json