Closed
Description
🚀 Feature Request
-
I think it is tedious to create all the files, tests, etc... for simple rule converters that are basically changing the name, adding plugins and that's it. For such plugins, it would be great to add a simple helper function or even an additional place that we just pass those simple values.
-
For simple cases of argument mapping we could add a mapping function that would help with that.
Existing Behavior
Even a simple rule takes at least 2 new files and 1 change in the existing one - often copy-pasting code.
Change Proposal
PR in progress