You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AppSignal package seems like a great example of a package that could benefit from an igniter installer. It could condense your getting started down to a single command, which can be interactive, will display diffs to the user, etc.
mix igniter.install appsignal
Normally I wouldn't open an issue like this (shilling my own stuff 😆 ), but I'm also the author of Ash Framework, which has an integration for AppSignal. I'm working on our "installer builder", and would love to be able to add AppSignal to it :)
The way to accomplish this would be to define a mix task called appsignal.install. You can then use the tools provided by igniter to modify the project as necessary to do the installation.
You would begin by adding igniter as an optional dependency, and then run mix igniter.gen.task appsignal.install which will set you up with the shell of your task.
Hey folks! Author if igniter here :)
The AppSignal package seems like a great example of a package that could benefit from an igniter installer. It could condense your getting started down to a single command, which can be interactive, will display diffs to the user, etc.
mix igniter.install appsignal
Normally I wouldn't open an issue like this (shilling my own stuff 😆 ), but I'm also the author of Ash Framework, which has an integration for AppSignal. I'm working on our "installer builder", and would love to be able to add AppSignal to it :)
Demo of the upcoming Ash installer: https://bsky.app/profile/zachdaniel.dev/post/3lflx7kcthc2r
The text was updated successfully, but these errors were encountered: