-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Howdy! I was noodling on some things and I was wondering if y'all would be open to a PR that drafted up a few different Igniter based Installers/Generators/Patchers.
Namely thinking about expediting the installation / configuration process for the Hammer library itself and then additional Igniter tasks to create rate-limit configs on (user provided) files from the generator arguments.
E.g. Igniter installing Hammer creates a default value RateLimiter module and includes the start_link in the application's supervision tree. Then additionally we could have Igniter-based tasks so that if someone said (via the mix task CLI) "Here is my endpoint module, create a default rate_limit function and include it within X, Y, and Z functions" it would do that.