Hi everyone,
I’m looking for guidance on using Igniter to rename both the application name(and its namespace) and database name in a Phoenix project. Could someone share a step-by-step guide or point me to resources to get started with this?
Context
I’m working on a project called Helpcenter to showcase how to use Ash and its powerful features. Along the way I realised that I can make it even more useful to developers by converting it into a starter kit that developers can clone and have:
- Ash, Phoenix, SaladUI, and Oban pre-configured.
- A UI for managing teams, users, and permissions.
- Features like user invites and more.
The idea is simple: a developer clones the repo, runs a command to rename the app and database, and then focuses on building their unique features.
I found this shell script online for renaming, but I’d love to achieve this using Igniter instead for a smoother, more integrated experience.
Any tips, examples, or resources on how to set this up with Igniter would be greatly appreciated!
Thanks,






















